Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

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

### Features

* add isElectron helper ([9ec3e7c](9ec3e7c))
* add notification panel ([09368af](09368af))
* add web appearance ([9105fa9](9105fa9))

### Bug Fixes

* add missing dependencies ([7ca56e1](7ca56e1))
* jest test spies ([f4530c2](f4530c2))
* linting errors ([0078067](0078067))
* relative component imports ([1ce0387](1ce0387))
  • Loading branch information
github-actions[bot] committed Mar 30, 2022
1 parent 53a66e9 commit 3527bfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [0.3.0](https://github.com/florianwiech/codewaffle/compare/v0.2.0...v0.3.0) (2022-03-30)

### Features

- add isElectron helper ([9ec3e7c](https://github.com/florianwiech/codewaffle/commit/9ec3e7c82e956877c2704a04cb34185dd77a82a1))
- add notification panel ([09368af](https://github.com/florianwiech/codewaffle/commit/09368af29b09cf842033413dc554368bf19873be))
- add web appearance ([9105fa9](https://github.com/florianwiech/codewaffle/commit/9105fa964c8840b15671021720886f5866caf039))

### Bug Fixes

- add missing dependencies ([7ca56e1](https://github.com/florianwiech/codewaffle/commit/7ca56e195ebe369618a2dfa8e96d28ef521036f3))
- jest test spies ([f4530c2](https://github.com/florianwiech/codewaffle/commit/f4530c225d2630f809bad6d14b7ea3010efd1e56))
- linting errors ([0078067](https://github.com/florianwiech/codewaffle/commit/00780673b5dd580c152dd204d2bf13ba98725bcd))
- relative component imports ([1ce0387](https://github.com/florianwiech/codewaffle/commit/1ce03878a9f43a717ad2cd55091c516d407024b8))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "codewaffle",
"version": "0.2.0",
"version": "0.3.0",
"repository": "[email protected]:florianwiech/codewaffle.git",
"author": "Florian Wiech <[email protected]>",
"keywords": [],
Expand Down

0 comments on commit 3527bfb

Please sign in to comment.