Skip to content

Commit

Permalink
chore(release): 12.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [12.0.2](v12.0.1...v12.0.2) (2023-08-28)

### Bug Fixes

* linting ([3d74818](3d74818))
* remove old ts option ([638dbed](638dbed))

### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([21b7591](21b7591))
* delete templates [skip ci] ([#263](#263)) ([d2b614d](d2b614d))
* **deps:** bump actions/setup-node from 3.5.0 to 3.8.0 ([7dcf225](7dcf225))
* **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([d7ec85c](d7ec85c))
* **deps:** bump gozala/typescript-error-reporter-action ([4a36fb7](4a36fb7))
* Update .github/dependabot.yml [skip ci] ([58bebda](58bebda))

### Dependencies

* **dev:** bump aegir from 37.12.1 to 40.0.11 ([d17424d](d17424d))
  • Loading branch information
semantic-release-bot committed Aug 28, 2023
1 parent 3d74818 commit 0dcd883
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [12.0.2](https://github.com/multiformats/js-multiformats/compare/v12.0.1...v12.0.2) (2023-08-28)


### Bug Fixes

* linting ([3d74818](https://github.com/multiformats/js-multiformats/commit/3d74818e975099c7c83112434f7ed23a68b9af0a))
* remove old ts option ([638dbed](https://github.com/multiformats/js-multiformats/commit/638dbed357cfe65e4d3402899dde5a7620ab5ce7))


### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([21b7591](https://github.com/multiformats/js-multiformats/commit/21b75911e0aee1ba7a6be9687db83328cfd961b5))
* delete templates [skip ci] ([#263](https://github.com/multiformats/js-multiformats/issues/263)) ([d2b614d](https://github.com/multiformats/js-multiformats/commit/d2b614d34631537a97176657b478691ca0ab5522))
* **deps:** bump actions/setup-node from 3.5.0 to 3.8.0 ([7dcf225](https://github.com/multiformats/js-multiformats/commit/7dcf225914fd6cebfa9f5cf0f5897cc0a0f356ab))
* **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([d7ec85c](https://github.com/multiformats/js-multiformats/commit/d7ec85c29500ff0a9bb02d2ea4c808047938ce97))
* **deps:** bump gozala/typescript-error-reporter-action ([4a36fb7](https://github.com/multiformats/js-multiformats/commit/4a36fb7ee49edb4300267b90301ef0e4300cbc46))
* Update .github/dependabot.yml [skip ci] ([58bebda](https://github.com/multiformats/js-multiformats/commit/58bebda0a892429bf125ea6bc2e4f0a2208b27a6))


### Dependencies

* **dev:** bump aegir from 37.12.1 to 40.0.11 ([d17424d](https://github.com/multiformats/js-multiformats/commit/d17424d257fd9995ad775d2309a67ae2dc4f3c54))

## [12.0.1](https://github.com/multiformats/js-multiformats/compare/v12.0.0...v12.0.1) (2023-06-15)


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": "multiformats",
"version": "12.0.1",
"version": "12.0.2",
"description": "Interface for multihash, multicodec, multibase and CID",
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 0dcd883

Please sign in to comment.