Skip to content

Commit

Permalink
chore(release): 0.9.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.3](0.9.2...0.9.3) (2022-12-08)

### Bug Fixes

* Set type in package as module, fix test. ([61613ae](61613ae))
  • Loading branch information
semantic-release-bot committed Dec 8, 2022
1 parent 8a4e261 commit af215fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.3](https://github.com/dropecho/storygen/compare/0.9.2...0.9.3) (2022-12-08)


### Bug Fixes

* Set type in package as module, fix test. ([61613ae](https://github.com/dropecho/storygen/commit/61613ae85918f4628b12413ddf27efe102e60bf3))

## [0.9.2](https://github.com/dropecho/storygen/compare/0.9.1...0.9.2) (2022-12-08)


Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"contributors": [
"vantreeseba"
],
"version": "0.9.2",
"releasenote": "Release version 0.9.2. See CHANGELOG.md for details.",
"version": "0.9.3",
"releasenote": "Release version 0.9.3. See CHANGELOG.md for details.",
"tags": [
"text",
"game",
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": "@dropecho/storygen",
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"author": "vantreeseba <[email protected]>",
"repository": "github:dropecho/storygen",
Expand Down

0 comments on commit af215fe

Please sign in to comment.