Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.0.1...v9.0.0) (2024-06-25)

### Bug Fixes

* **mutators:** disable nested mutators ([96d9ace](96d9ace))
* **mutators:** disable nested mutators ([#25](#25)) ([44b7822](44b7822))
* **types:** remove nestable mutators from TS types ([b690a20](b690a20))

### BREAKING CHANGES

* **mutators:** Cannot nest mutators or forges
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 44b7822 commit a82873d
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
@@ -1,3 +1,17 @@
# [9.0.0](https://github.com/jakelauer/theseus-js/compare/v8.0.1...v9.0.0) (2024-06-25)


### Bug Fixes

* **mutators:** disable nested mutators ([96d9ace](https://github.com/jakelauer/theseus-js/commit/96d9acec54b324c3371101623b65e00f7ca94a73))
* **mutators:** disable nested mutators ([#25](https://github.com/jakelauer/theseus-js/issues/25)) ([44b7822](https://github.com/jakelauer/theseus-js/commit/44b782246a3134d5c8bd46238addfbe52901b8f8))
* **types:** remove nestable mutators from TS types ([b690a20](https://github.com/jakelauer/theseus-js/commit/b690a20650d3e96b22f74048b7b799e0e6a548ee))


### BREAKING CHANGES

* **mutators:** Cannot nest mutators or forges

## [8.0.1](https://github.com/jakelauer/theseus-js/compare/v8.0.0...v8.0.1) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "theseus-js",
"version": "8.0.1",
"version": "9.0.0",
"type": "module",
"description": "Functionality to create and modify data fluently and narratively",
"author": "Jake Lauer",
Expand Down

0 comments on commit a82873d

Please sign in to comment.