Skip to content

Commit eaa284e

Browse files
chore(js-tuple): release v0.3.1
1 parent 9a5a67c commit eaa284e

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.3.1](https://github.com/codibre/js-utils/compare/js-tuple@0.3.0...${npm.name}@0.3.1) (2025-09-07)
4+
5+
### Bug Fixes
6+
7+
* bettering readme and keywords ([c222ea4](https://github.com/codibre/js-utils/commit/c222ea4bc266e5c44f72bac8d8782152fba65bbc))
8+
39
## [0.3.0](https://github.com/codibre/js-utils/compare/js-tuple@0.2.1...${npm.name}@0.3.0) (2025-09-06)
410

511
### Features

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.0",
3+
"version": "0.3.1",
44
"description": "High performance tuples for Map/Set indexing",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)