Skip to content

Commit edf3ec3

Browse files
committed
1.2.0
1 parent 0557853 commit edf3ec3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @bitarray/es6 ChangeLog
22

3+
## v1.2.0
4+
5+
_2023-09-02_
6+
7+
- fix: make it of "module" type ([9712c08](https://github.com/swiing/BitArray/commit/9712c0894fb00cc33ec27bceadd6d431504ae832))
8+
- fix: set correct path for typings field in package.json ([#30](https://github.com/swiing/BitArray/pull/30)) (thanks [@yuhr](https://github.com/yuhr)!)
9+
- chore: drop nodejs v14, add nodejs v20 ([afbff84](https://github.com/swiing/BitArray/commit/afbff84d5535f7605fe890232ed22d8eb243afba))
10+
311
## v1.1.2
412

513
_2022-08-30_

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitarray/es6",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "An ES6 BitArray class for easy and native-like operations on sequences of bits",
55
"type": "module",
66
"typings": "./dist/esm/src/bitarray.d.ts",

0 commit comments

Comments
 (0)