Skip to content

Commit

Permalink
chore(master): release blossom-ext 0.5.0 (#151)
Browse files Browse the repository at this point in the history
* chore(master): release blossom-ext 0.5.0

* chore: upgrade manifest version

* Update CHANGELOG.md

---------

Co-authored-by: Vladan <[email protected]>
  • Loading branch information
nugaon and tomicvladan authored Aug 31, 2023
1 parent 0920d35 commit 1cb4653
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.0](https://github.com/fairDataSociety/blossom/compare/blossom-ext-v0.4.0...blossom-ext-v0.5.0) (2023-08-30)


### Features

* add wallet functionalities
* improve default configuration
* add global errors ([4568cbc](https://github.com/fairDataSociety/blossom/commit/4568cbcb20aa2b2c4aa72038640fdfc82fe230ed))
* add global errors ([#150](https://github.com/fairDataSociety/blossom/issues/150)) ([4568cbc](https://github.com/fairDataSociety/blossom/commit/4568cbcb20aa2b2c4aa72038640fdfc82fe230ed))
* improve session handling ([#153](https://github.com/fairDataSociety/blossom/issues/153)) ([d58336f](https://github.com/fairDataSociety/blossom/commit/d58336f0e7e2e82c2531b33def03f5d51a1e6272))

## [0.4.0](https://github.com/fairDataSociety/blossom/compare/blossom-ext-v0.3.1...blossom-ext-v0.4.0) (2023-05-26)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"48": "icons/blossom48.png",
"128": "icons/blossom128.png"
},
"version": "0.4.0",
"version": "0.5.0",
"manifest_version": 3,
"background": {
"service_worker": "main.js"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blossom",
"version": "0.4.0",
"version": "0.5.0",
"description": "Blossom Fairdata Protocol browser extension",
"main": "index.js",
"homepage": "https://github.com/fairDataSociety/blossom",
Expand Down

0 comments on commit 1cb4653

Please sign in to comment.