Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonmleigh committed Oct 5, 2024
1 parent 4556969 commit f57d9c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.6](https://github.com/gordonmleigh/zip24/compare/v0.1.4...v0.1.6) (2024-10-05)


### Chore

* add helpful error in core compress ([574b59d](https://github.com/gordonmleigh/zip24/commit/574b59d77834cdf4e93f88585914a0e66090179d))
* improve tests for writers ([b2f21d8](https://github.com/gordonmleigh/zip24/commit/b2f21d88b42e66a43c0979e1fe5ac33e9c2c7407))
* make DoubleEndedBuffer unconstrained ([d0a0c2d](https://github.com/gordonmleigh/zip24/commit/d0a0c2d23077e5aadeb789f62b405025790488c1))
* version bump ([4556969](https://github.com/gordonmleigh/zip24/commit/4556969b31c08617a1772ad94d028b0912a6714e))

## [0.1.4](https://github.com/gordonmleigh/zip24/compare/v0.1.3...v0.1.4) (2024-10-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zip24",
"version": "0.1.5",
"version": "0.1.6",
"description": "A zip package for the modern age",
"type": "module",
"author": "Gordon Leigh",
Expand Down

0 comments on commit f57d9c0

Please sign in to comment.