Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Yomguithereal/mnemonist i…
Browse files Browse the repository at this point in the history
…nto linkedlist2deque

Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Feb 6, 2024
2 parents 36f03f3 + 8b599fa commit b66cb81
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.40.0 (provisional)

* Adding ESM named exports support (@jerome-benoit).
* Fixing `Set` operations CommonJS named export collision by renaming it to `set` (@jerome-benoit).
* Fixing missing `Uint8Vector`, `Uint8ClampedVector`, `Int8Vector`, `Uint16Vector`, `Int16Vector`, `Uint32Vector`, `Int32Vector`, `Float32Vector`, `Float64Vector`, `PointerVector` CommonJS named exports (@jerome-benoit).
* Fixing missing `PointerVector` TS exports (@jerome-benoit).

## 0.39.8

* Adding ESM named exports support (@jerome-benoit).
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": "mnemonist",
"version": "0.39.8",
"version": "0.40.0-rc1",
"description": "Curated collection of data structures for the JavaScript/TypeScript.",
"scripts": {
"lint": "eslint --cache --ext .js,.mjs ./*.js ./*.mjs ./utils ./test",
Expand Down
2 changes: 1 addition & 1 deletion test/exports/package-lock.json

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

0 comments on commit b66cb81

Please sign in to comment.