Skip to content

Commit 16fa7d3

Browse files
Create Release (#39)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ead9621 commit 16fa7d3

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/itchy-mirrors-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-dolls-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# numcodecs
2+
3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- feat(zlib/gzip): use `fflate` instead of `pako` ([#38](https://github.com/manzt/numcodecs.js/pull/38))
8+
9+
- feat(zstd): Update Zstandard to version v1.5.5. ([#40](https://github.com/manzt/numcodecs.js/pull/40))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "numcodecs",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Buffer compression and transformation codecs for use in data storage and communication applications.",
55
"author": "Trevor Manz",
66
"license": "MIT",

0 commit comments

Comments
 (0)