Skip to content

Commit 56bb00c

Browse files
committed
2.0.7
1 parent 6ab3d1a commit 56bb00c

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## v2.0.7 (2024-09-29)
4+
5+
### Bug Fixes
6+
7+
- KeyValuePair<T> ([6ab3d1a](https://github.com/nlibjs/typing/commit/6ab3d1ada2fd58304792d5bdc399343cb8ea931c))
8+
9+
### Documentation
10+
11+
- add some docs ([0b9dbe3](https://github.com/nlibjs/typing/commit/0b9dbe3ada10148848e515aa0533bb3f6dd4ec7d))
12+
13+
314
## v2.0.6 (2024-09-29)
415

516
### Bug Fixes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nlib/typing",
33
"description": "A tool for generating and managing TypeScript type definitions efficiently.",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"exports": "./src/mod.ts",
66
"publish": {
77
"include": [

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
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "2.0.6",
7+
"version": "2.0.7",
88
"license": "Apache-2.0",
99
"author": {
1010
"name": "Kei Ito",

0 commit comments

Comments
 (0)