From 4823e5a36c9a60ffe30ab6dbcd558d65b3c411ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Mar 2023 22:50:46 +0000 Subject: [PATCH 1/2] chore(release): 3.0.5 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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..5024c723 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": { diff --git a/package.json b/package.json index 5277d4ae..d12dcb0b 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", From 1787d9c41159a9adc8117952c52b85c8219bbadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 22:51:39 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump husky from 8.0.1 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5024c723..95364d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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 d12dcb0b..f453d463 100644 --- a/package.json +++ b/package.json @@ -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",