Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arndissler committed Mar 8, 2022
1 parent 2cc8c06 commit e752ed7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.4](https://github.com/arndissler/recently/compare/v0.0.3...v0.0.4) (2022-03-08)


### Features

* limit recently used contacts ([2cc8c06](https://github.com/arndissler/recently/commit/2cc8c06fee3bbfcb7950286aa6a6fdeaa35a812e))

### [0.0.3](https://github.com/arndissler/recently/compare/v0.0.2...v0.0.3) (2022-01-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recently",
"version": "0.0.3",
"version": "0.0.4",
"description": "Recently is a small Mozilla Thunderbird extension for having the most recent contacts at hand",
"repository": "[email protected]:arndissler/recently.git",
"author": "Arnd Issler <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"author": "Arnd Issler",
"homepage_url": "https://mailmindr.net/recently",
"version": "0.0.3",
"version": "0.0.4",
"icons": {
"16": "icons/recently-icon.svg",
"32": "icons/recently-icon.svg"
Expand Down

0 comments on commit e752ed7

Please sign in to comment.