Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.3.0](v5.2.6...v5.3.0) (2024-02-22)

### Features

* add version method to CarWriter ([#162](#162)) ([d1ded7f](d1ded7f)), closes [#161](#161)
  • Loading branch information
semantic-release-bot committed Feb 22, 2024
1 parent d1ded7f commit 1c50e44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.3.0](https://github.com/ipld/js-car/compare/v5.2.6...v5.3.0) (2024-02-22)


### Features

* add version method to CarWriter ([#162](https://github.com/ipld/js-car/issues/162)) ([d1ded7f](https://github.com/ipld/js-car/commit/d1ded7f32437b8229b61cd3f11eac92a313a228a)), closes [#161](https://github.com/ipld/js-car/issues/161)

## [5.2.6](https://github.com/ipld/js-car/compare/v5.2.5...v5.2.6) (2024-01-10)


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": "@ipld/car",
"version": "5.2.6",
"version": "5.3.0",
"description": "Content Addressable aRchive format reader and writer",
"author": "Rod <[email protected]> (http://r.va.gg/)",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 1c50e44

Please sign in to comment.