Skip to content

Commit

Permalink
Bump version to v0.0.2 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisjazbec authored Apr 10, 2023
1 parent 0d5081a commit 2cd55d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@ Summary
1. document grouping follow 'SemVer2.0' protocol
2. use 'PATCH' as a minimum granularity
3. use concise descriptions
4. type: feat \ fix \ update \ perf \ remove \ docs \ chore
5. version timestamp follow the yyyy.MM.dd format
4. version timestamp follow the yyyy.MM.dd format
5. type: feat \ fix \ update \ perf \ remove \ docs \ chore
feat: Use this type when you add a new feature.
fix: Use this type when you make bug fixes or correct errors.
update: Use this type when you update existing features or code, such as refactoring, improving performance, or making small adjustments to existing features without introducing new ones.
perf: Use this type when you make changes that improve the performance. This can include optimizations, such as reducing resource consumption, speeding up response times, or improving the efficiency.
remove: Use this type when you remove features or code. This can include deprecating old functionality or removing unused code.
docs: Use this type when you make changes to the documentation. This can include adding or updating documentation, correcting errors, or improving the clarity of existing documentation.
chore: Use this type when you make changes that don't fit into any of the above categories. This can include updating dependencies, modifying build configurations, or other housekeeping tasks.
```

## 0.0.0 [2023.02.20]
## 0.0.1 [2023.03.06]

- feat: Initial version

## 0.0.2 [2023.04.10]

- feat: initial
- feat: generator by ![create-chrome-ext](https://www.npmjs.com/package/create-chrome-ext)
- update: Code refactor
- fix: Message passing if wallet is undefined
- fix: Unlocking when service worker is inactive
- feat: Add loading screen
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encryptor-extension",
"version": "0.0.1",
"version": "0.0.2",
"author": "Block Labs S.a r.l",
"description": "",
"type": "module",
Expand Down

0 comments on commit 2cd55d7

Please sign in to comment.