Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Sep 24, 2023
1 parent 01458aa commit ad8f97f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [1.2.1](https://github.com/afeiship/next/compare/v1.2.0...v1.2.1) (2023-09-24)

# [1.2.0](https://github.com/afeiship/next/compare/v1.1.16...v1.2.0) (2023-09-24)


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.0',
VERSION: '1.2.1',
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.0",
"version": "1.2.1",
"description": "A javascript OOP toolkit for mobile.",
"main": "dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit ad8f97f

Please sign in to comment.