Skip to content

Commit

Permalink
Release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 17, 2024
1 parent 301e69a commit 50fde32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.2.5](https://github.com/afeiship/next/compare/v1.2.4...v1.2.5) (2024-08-17)


### Bug Fixes

* typping nx.map ([301e69a](https://github.com/afeiship/next/commit/301e69ac1f65845d663a11db41fa9e418b10e4d7))

## [1.2.4](https://github.com/afeiship/next/compare/v1.2.3...v1.2.4) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var freeModule =
var nx = (root.nx = root.nx || {
BREAKER: {},
NIL: {},
VERSION: '1.2.4',
VERSION: '1.2.5',
DEBUG: false,
GLOBAL: root,
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

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": "@jswork/next",
"version": "1.2.4",
"version": "1.2.5",
"description": "A javascript OOP toolkit for mobile.",
"main": "dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 50fde32

Please sign in to comment.