diff --git a/CHANGELOG.md b/CHANGELOG.md index 103394d..7224174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log +## 1.3.6 (2022-04-27) +- build: properly generated distribution package, bump to last stable version 1.3.6 +- chore: update dev packages + +## 1.3.5 (2022-04-27) +- DEPRECATED: this version is broken + ## 1.3.4 (2022-01-30) - optimize distributed code size to smaller than `4 KB` diff --git a/package.json b/package.json index 54f97ce..7b8f6c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ansis", - "version": "1.3.4", + "version": "1.3.6", "description": "ANSI color styling for text in terminal.", "keywords": [ "ansi", @@ -46,7 +46,6 @@ "build": "rollup -c", "test": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --collectCoverage", - "prepack-disabled": "npm run build", "publish:public": "rollup -c && npm publish ./dist --access public", "publish:beta": "rollup -c && npm publish ./dist --tag beta" }, @@ -57,12 +56,12 @@ "node": ">=12.13" }, "devDependencies": { - "@babel/core": "^7.16.12", + "@babel/core": "^7.17.9", "@babel/preset-env": "^7.16.11", - "@types/jest": "^27.4.0", - "jest": "^27.4.7", - "prettier": "^2.5.1", - "rollup": "^2.66.1", + "@types/jest": "^27.4.1", + "jest": "^28.0.2", + "prettier": "^2.6.2", + "rollup": "^2.70.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-cleanup": "^3.2.1" diff --git a/package/package.json b/package/package.json index 90fa5d4..134fca3 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ansis", - "version": "1.3.4", + "version": "1.3.6", "description": "ANSI color styling for text in terminal.", "keywords": [ "ansi",