Skip to content

Commit ea35585

Browse files
committed
- release with compact directory structure
- bump version
1 parent 5ab65f1 commit ea35585

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# 0.1.0
1+
# Change Logs
2+
3+
## v0.2.0
4+
5+
- further minimize generated js file with mangling and compression
6+
- remove livescript header from generated js
7+
- rename `ctrlz.js`, `ctrlz.min.js` to `index.js` and `index.min.js`
8+
- either update module or window, but not both
9+
- upgrade modules
10+
- patch test code to make it work with upgraded modules
11+
- add `main` and `browser` field in `package.json`.
12+
- release with compact directory structure
13+
14+
15+
## v0.1.0
216

317
- modules updated for fixing vulnerabilities.
418
- separate json0 from ctrlz.

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
@@ -3,7 +3,7 @@
33
"name": "ctrlz",
44
"license": "MIT",
55
"description": "JSON Edit History Manager for Undo / Redo Functionality",
6-
"version": "0.1.0",
6+
"version": "0.2.0",
77
"browser": "dist/ctrlz.bundle.min.js",
88
"main": "dist/ctrlz.bundle.min.js",
99
"files": [

0 commit comments

Comments
 (0)