Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiing committed Sep 2, 2023
1 parent 0557853 commit edf3ec3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bitarray/es6 ChangeLog

## v1.2.0

_2023-09-02_

- fix: make it of "module" type ([9712c08](https://github.com/swiing/BitArray/commit/9712c0894fb00cc33ec27bceadd6d431504ae832))
- fix: set correct path for typings field in package.json ([#30](https://github.com/swiing/BitArray/pull/30)) (thanks [@yuhr](https://github.com/yuhr)!)
- chore: drop nodejs v14, add nodejs v20 ([afbff84](https://github.com/swiing/BitArray/commit/afbff84d5535f7605fe890232ed22d8eb243afba))

## v1.1.2

_2022-08-30_
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": "@bitarray/es6",
"version": "1.1.2",
"version": "1.2.0",
"description": "An ES6 BitArray class for easy and native-like operations on sequences of bits",
"type": "module",
"typings": "./dist/esm/src/bitarray.d.ts",
Expand Down

0 comments on commit edf3ec3

Please sign in to comment.