Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.0...v0.3.0) (2023-06-01)

### Features

* **apex:** Save and load ship info from/to localStorage ([777b152](777b152))
* Closing buffers ([#6](#6)) ([7f43cde](7f43cde))
* Emit new-buffer event for any new buffer ([#4](#4)) ([d48ffe9](d48ffe9))
* Notification commands ([#5](#5)) ([ff025e8](ff025e8))
  • Loading branch information
semantic-release-bot committed Jun 1, 2023
1 parent 8891392 commit 8c2faef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.3.0](https://github.com/Otard95/prun-palette/compare/v0.2.0...v0.3.0) (2023-06-01)


### Features

* **apex:** Save and load ship info from/to localStorage ([777b152](https://github.com/Otard95/prun-palette/commit/777b152f05baef452cef697ce84e27211df44a0c))
* Closing buffers ([#6](https://github.com/Otard95/prun-palette/issues/6)) ([7f43cde](https://github.com/Otard95/prun-palette/commit/7f43cdee21a1604e2e9efd7bea9617397b02ed40))
* Emit new-buffer event for any new buffer ([#4](https://github.com/Otard95/prun-palette/issues/4)) ([d48ffe9](https://github.com/Otard95/prun-palette/commit/d48ffe93c800dc003548e6686b65237e869017e3))
* Notification commands ([#5](https://github.com/Otard95/prun-palette/issues/5)) ([ff025e8](https://github.com/Otard95/prun-palette/commit/ff025e8498e2f6c71d4505b93f3308fd65d80ba2))

# [0.2.0](https://github.com/Otard95/prun-palette/compare/v0.1.4...v0.2.0) (2023-05-21)


Expand Down
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "PrUn Palette",
"version": "0.2.0",
"version": "0.3.0",

"description": "Adds a command palette to Prosperous Universe",

Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "PrUn Palette",
"version": "0.2.0",
"version": "0.3.0",

"description": "Adds a command palette to Prosperous Universe",

Expand Down

0 comments on commit 8c2faef

Please sign in to comment.