capacitor-standard-version 1.1.42 → 1.1.44

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.1.44](https://github.com/Cap-go/capacitor-standard-version/compare/v1.1.43...v1.1.44) (2025-09-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** update dependency commit-and-tag-version to v12.6.0 ([#72](https://github.com/Cap-go/capacitor-standard-version/issues/72)) ([c6dd9e2](https://github.com/Cap-go/capacitor-standard-version/commit/c6dd9e293bccf46be012526ed1675c77b51fa2c2))
11
+
12
+ ### [1.1.43](https://github.com/Cap-go/capacitor-standard-version/compare/v1.1.42...v1.1.43) (2025-09-15)
13
+
5
14
  ### [1.1.42](https://github.com/Cap-go/capacitor-standard-version/compare/v1.1.41...v1.1.42) (2025-09-08)
6
15
 
7
16
  ### [1.1.41](https://github.com/Cap-go/capacitor-standard-version/compare/v1.1.40...v1.1.41) (2025-09-08)
package/bun.lock CHANGED
@@ -140,7 +140,7 @@
140
140
 
141
141
  "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
142
142
 
143
- "@types/node": ["@types/node@18.19.124", "", { "dependencies": { "undici-types": "~5.26.4" } }, "sha512-hY4YWZFLs3ku6D2Gqo3RchTd9VRCcrjqp/I0mmohYeUVA5Y8eCXKJEasHxLAJVZRJuQogfd1GiJ9lgogBgKeuQ=="],
143
+ "@types/node": ["@types/node@18.19.125", "", { "dependencies": { "undici-types": "~5.26.4" } }, "sha512-4TWNu0IxTQcszliYdW2mxrVvhHeERUeDCUwVuvQFn9JCU02kxrUDs8v52yOazPo7wLHKgqEd2FKxlSN6m8Deqg=="],
144
144
 
145
145
  "@types/normalize-package-data": ["@types/normalize-package-data@2.4.4", "", {}, "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="],
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-standard-version",
3
- "version": "1.1.42",
3
+ "version": "1.1.44",
4
4
  "description": "Default standard-version config for capacitor app",
5
5
  "author": "Martin Donadieu <martindonadieu@gmail.com>",
6
6
  "license": "MIT",