Skip to content

Commit

Permalink
Merge branch 'master' into feat/typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Oct 30, 2023
2 parents 303fa84 + 360a486 commit 2e5e997
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [12.1.3](https://github.com/multiformats/js-multiformats/compare/v12.1.2...v12.1.3) (2023-10-25)


### Trivial Changes

* **deps:** bump actions/setup-node from 3.8.1 to 3.8.2 ([f190ad7](https://github.com/multiformats/js-multiformats/commit/f190ad7da5a0a17b44a88645dfa58c532d51dd56))


### Dependencies

* **dev:** bump crypto-hash from 2.0.1 to 3.0.0 ([f5b9958](https://github.com/multiformats/js-multiformats/commit/f5b995889b0b30b2e655e618b561bdfdf7df5299))

## [12.1.2](https://github.com/multiformats/js-multiformats/compare/v12.1.1...v12.1.2) (2023-10-03)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiformats",
"version": "12.1.2",
"version": "12.1.3",
"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 Expand Up @@ -291,7 +291,7 @@
"aegir": "^41.0.0",
"buffer": "^6.0.3",
"cids": "^1.1.9",
"crypto-hash": "^2.0.1"
"crypto-hash": "^3.0.0"
},
"aegir": {
"test": {
Expand Down

0 comments on commit 2e5e997

Please sign in to comment.