We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b815f91 commit b9fdac9Copy full SHA for b9fdac9
2 files changed
CHANGELOG.md
@@ -1,4 +1,13 @@
1
-## 1.2.2 (2024-02-19)
+## [1.2.3](https://github.com/BIYUEHU/tsukiko/compare/v1.2.2...v1.2.3) (2024-06-04)
2
+
3
4
+### Features
5
6
+* string, number which match and strict mode ([b815f91](https://github.com/BIYUEHU/tsukiko/commit/b815f91e38761780b40f949af3cb5d185dd99a02))
7
8
9
10
+## [1.2.2](https://github.com/BIYUEHU/tsukiko/compare/v1.1.2...v1.2.2) (2024-02-19)
11
12
13
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "tsukiko",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Dynamic Types Cheker At Runtime Which Develop",
"main": "dist/index.js",
"scripts": {
0 commit comments