Skip to content

Commit

Permalink
chore: 🔖 release 0.30.0
Browse files Browse the repository at this point in the history
## [0.30.0](v0.29.0...v0.30.0) (2023-11-05)

### Features

* add parsing summary ([5375282](5375282))
* change backend commands to async ([14c0914](14c0914))
* cycle graphics ([7bd4919](7bd4919))
* cycle graphics images through available ([b4ea4e1](b4ea4e1))
* expose summary from raws provider ([a159d3f](a159d3f))
* split tauri state into two stores ([c876bd8](c876bd8))
  • Loading branch information
semantic-release-bot committed Nov 5, 2023
1 parent c876bd8 commit 42e4b85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.30.0](https://github.com/nwesterhausen/overseers-manual-df/compare/v0.29.0...v0.30.0) (2023-11-05)


### Features

* add parsing summary ([5375282](https://github.com/nwesterhausen/overseers-manual-df/commit/5375282379bbf549018c0ff48e5f6d254e9e0da4))
* change backend commands to async ([14c0914](https://github.com/nwesterhausen/overseers-manual-df/commit/14c091469f95be1c215abdf38360d6bb1a16377e))
* cycle graphics ([7bd4919](https://github.com/nwesterhausen/overseers-manual-df/commit/7bd49196910db17a96bfef24d6c61f09051eea2e))
* cycle graphics images through available ([b4ea4e1](https://github.com/nwesterhausen/overseers-manual-df/commit/b4ea4e1d813e7e7141c9a939948a607ee802d847))
* expose summary from raws provider ([a159d3f](https://github.com/nwesterhausen/overseers-manual-df/commit/a159d3fa93e78582749216383a3cf13bb981d163))
* split tauri state into two stores ([c876bd8](https://github.com/nwesterhausen/overseers-manual-df/commit/c876bd853414819f8899cbb0fd2de1161de87159))

## [0.29.0](https://github.com/nwesterhausen/overseers-manual-df/compare/v0.28.7...v0.29.0) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overseers-manual-df",
"version": "0.29.0",
"version": "0.30.0",
"description": "Tauri app to provide Dwarf Fortress players with personalized, raws-accurate references.",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 42e4b85

Please sign in to comment.