Skip to content

Commit 0dcd883

Browse files
chore(release): 12.0.2 [skip ci]
## [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))
1 parent 3d74818 commit 0dcd883

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [12.0.2](https://github.com/multiformats/js-multiformats/compare/v12.0.1...v12.0.2) (2023-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* linting ([3d74818](https://github.com/multiformats/js-multiformats/commit/3d74818e975099c7c83112434f7ed23a68b9af0a))
7+
* remove old ts option ([638dbed](https://github.com/multiformats/js-multiformats/commit/638dbed357cfe65e4d3402899dde5a7620ab5ce7))
8+
9+
10+
### Trivial Changes
11+
12+
* add or force update .github/workflows/js-test-and-release.yml ([21b7591](https://github.com/multiformats/js-multiformats/commit/21b75911e0aee1ba7a6be9687db83328cfd961b5))
13+
* delete templates [skip ci] ([#263](https://github.com/multiformats/js-multiformats/issues/263)) ([d2b614d](https://github.com/multiformats/js-multiformats/commit/d2b614d34631537a97176657b478691ca0ab5522))
14+
* **deps:** bump actions/setup-node from 3.5.0 to 3.8.0 ([7dcf225](https://github.com/multiformats/js-multiformats/commit/7dcf225914fd6cebfa9f5cf0f5897cc0a0f356ab))
15+
* **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([d7ec85c](https://github.com/multiformats/js-multiformats/commit/d7ec85c29500ff0a9bb02d2ea4c808047938ce97))
16+
* **deps:** bump gozala/typescript-error-reporter-action ([4a36fb7](https://github.com/multiformats/js-multiformats/commit/4a36fb7ee49edb4300267b90301ef0e4300cbc46))
17+
* Update .github/dependabot.yml [skip ci] ([58bebda](https://github.com/multiformats/js-multiformats/commit/58bebda0a892429bf125ea6bc2e4f0a2208b27a6))
18+
19+
20+
### Dependencies
21+
22+
* **dev:** bump aegir from 37.12.1 to 40.0.11 ([d17424d](https://github.com/multiformats/js-multiformats/commit/d17424d257fd9995ad775d2309a67ae2dc4f3c54))
23+
124
## [12.0.1](https://github.com/multiformats/js-multiformats/compare/v12.0.0...v12.0.1) (2023-06-15)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "12.0.1",
3+
"version": "12.0.2",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)