Skip to content

Commit

Permalink
chore(master): release 0.5.0 (#130)
Browse files Browse the repository at this point in the history
* chore(master): release 0.5.0

* chore: bump manifest.json version

Co-authored-by: Viktor Levente Tóth <[email protected]>
  • Loading branch information
bee-worker and nugaon authored Aug 29, 2022
1 parent f0091b2 commit cfe59c5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0](https://github.com/ethersphere/swarm-extension/compare/v0.4.0...v0.5.0) (2022-07-06)


### Features

* add method to check if global postage batch is enabled ([#122](https://github.com/ethersphere/swarm-extension/issues/122)) ([#128](https://github.com/ethersphere/swarm-extension/issues/128)) ([b56536f](https://github.com/ethersphere/swarm-extension/commit/b56536f51266d223a1f22ad35d556f95d02e87b7))
* e2e api ([#102](https://github.com/ethersphere/swarm-extension/issues/102)) ([f0091b2](https://github.com/ethersphere/swarm-extension/commit/f0091b2d4b545b00b8b5b2e2511449b6bbe76d7f))

## [0.4.0](https://github.com/ethersphere/swarm-extension/compare/v0.3.1...v0.4.0) (2022-06-30)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ethereum Swarm Extension",
"short_name": "Swarm Extension",
"version": "0.4.0",
"version": "0.5.0",
"manifest_version": 2,
"permissions": ["webRequest", "webRequestBlocking", "tabs", "storage", "*://*/*", "webNavigation"],
"author": "nugaon",
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": "@ethersphere/swarm-extension",
"version": "0.4.0",
"version": "0.5.0",
"description": "Extension to properly handle Swarm dApps in browsers",
"keywords": [
"Swarm",
Expand Down

0 comments on commit cfe59c5

Please sign in to comment.