Skip to content

Commit 2b29208

Browse files
chore(js-tuple): release v0.4.0
1 parent 37ea2f9 commit 2b29208

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

libs/js-tuple/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/codibre/js-utils/compare/js-tuple@0.3.5...${npm.name}@0.4.0) (2025-09-07)
4+
5+
### Features
6+
7+
* creating getSubMap and clone ([37ea2f9](https://github.com/codibre/js-utils/commit/37ea2f97b5cd0dff7ae0583502075eee49fb89b5))
8+
39
## [0.3.5](https://github.com/codibre/js-utils/compare/js-tuple@0.3.4...${npm.name}@0.3.5) (2025-09-07)
410

511
### Bug Fixes

libs/js-tuple/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.

libs/js-tuple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-tuple",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"description": "High performance tuples for Map/Set indexing",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)