hank-zilla 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hank-zilla",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A lightweight React state management library with modular architecture",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -9,6 +9,9 @@
9
9
  "url": "https://github.com/phamdung2209/hank_zilla.git",
10
10
  "type": "git"
11
11
  },
12
+ "bugs": {
13
+ "url": "https://github.com/phamdung2209/hank_zilla/issues"
14
+ },
12
15
  "exports": {
13
16
  ".": {
14
17
  "import": "./dist/index.js",
@@ -39,6 +42,9 @@
39
42
  "clean": "rimraf dist",
40
43
  "prepublishOnly": "npm run build",
41
44
  "postbuild": "ls -la dist || dir dist",
45
+ "release:patch": "npm version patch && npm publish && git push origin --tags",
46
+ "release:minor": "npm version minor && npm publish && git push origin --tags",
47
+ "release:major": "npm version major && npm publish && git push origin --tags",
42
48
  "test": "echo \"Error: no test specified\" && exit 1"
43
49
  },
44
50
  "keywords": [