Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edf3ec3

Browse filesBrowse files
committed
1.2.0
1 parent 0557853 commit edf3ec3
Copy full SHA for edf3ec3

File tree

Expand file treeCollapse file tree

3 files changed

+11
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines 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

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.