Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.5.1...v1.0.0) (2022-03-01)

### Bug Fixes

* prevent building over decorative additions ([38fb0e0](38fb0e0))

### Features

* build additions as new paths are built ([4c11ddb](4c11ddb)), closes [#14](#14)
* execute game actions to place benches/bins ([3249e01](3249e01)), closes [#20](#20) [#24](#24)
* **ui:** increase window size to accommodate new options ([cc3d7c8](cc3d7c8))

### BREAKING CHANGES

* We now use `executeAction()` which changes what we need to include in the code to
prevent things like building out of bounds and ensuring you have enough money.
  • Loading branch information
semantic-release-bot committed Mar 1, 2022
1 parent 38fb0e0 commit 2fe8a8d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0](https://github.com/tubbo/openrct2-benchwarmer/compare/v0.5.1...v1.0.0) (2022-03-01)


### Bug Fixes

* prevent building over decorative additions ([38fb0e0](https://github.com/tubbo/openrct2-benchwarmer/commit/38fb0e0e6ffacc2496cb56dddc76d4e63016a24b))


### Features

* build additions as new paths are built ([4c11ddb](https://github.com/tubbo/openrct2-benchwarmer/commit/4c11ddbbba77f9379c10f2483138a49038be2c9c)), closes [#14](https://github.com/tubbo/openrct2-benchwarmer/issues/14)
* execute game actions to place benches/bins ([3249e01](https://github.com/tubbo/openrct2-benchwarmer/commit/3249e01b318770cc20ce1b49369fe1645c559db4)), closes [#20](https://github.com/tubbo/openrct2-benchwarmer/issues/20) [#24](https://github.com/tubbo/openrct2-benchwarmer/issues/24)
* **ui:** increase window size to accommodate new options ([cc3d7c8](https://github.com/tubbo/openrct2-benchwarmer/commit/cc3d7c835abbfd8dce9eeda6f59e68466135cc55))


### BREAKING CHANGES

* We now use `executeAction()` which changes what we need to include in the code to
prevent things like building out of bounds and ensuring you have enough money.

## [0.5.1](https://github.com/tubbo/openrct2-benchwarmer/compare/v0.5.0...v0.5.1) (2022-02-20)

### Bug Fixes
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": "openrct2-benchwarmer",
"version": "0.5.1",
"version": "1.0.0",
"description": "Add benches and trash cans to all of your paths with one click",
"main": "build/benchwarmer.js",
"scripts": {
Expand Down

0 comments on commit 2fe8a8d

Please sign in to comment.