diff --git a/CHANGELOG.md b/CHANGELOG.md index b70a0fc6..4f1a1d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.5](https://github.com/tidev/pulsar-titanium/compare/v3.0.4...v3.0.5) (2023-03-08) + + +### Bug Fixes + +* **commands:** rename command prefix to titanium ([#675](https://github.com/tidev/pulsar-titanium/issues/675)) ([c3442c4](https://github.com/tidev/pulsar-titanium/commit/c3442c4a21f4deaf5669464398c6392d21886484)) + ## [3.0.1](https://github.com/tidev/atom-appcelerator-titanium/compare/v3.0.0...v3.0.1) (2022-10-12) diff --git a/package-lock.json b/package-lock.json index 4c2b271d..95364d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "titanium", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "titanium", - "version": "3.0.2", + "version": "3.0.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -36,7 +36,7 @@ "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-react": "^7.30.1", - "husky": "^8.0.1", + "husky": "^8.0.3", "lint-staged": "^13.0.3", "pinst": "^3.0.0", "semantic-release": "^20.1.1", @@ -4692,9 +4692,9 @@ } }, "node_modules/husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" @@ -15304,9 +15304,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 5277d4ae..f453d463 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "titanium", "main": "./lib/index", - "version": "3.0.4", + "version": "3.0.5", "description": "Titanium build tools and UI for Atom", "repository": "https://github.com/tidev/pulsar-titanium", "license": "Apache-2.0", @@ -74,7 +74,7 @@ "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-react": "^7.30.1", - "husky": "^8.0.1", + "husky": "^8.0.3", "lint-staged": "^13.0.3", "pinst": "^3.0.0", "semantic-release": "^20.1.1",