fork-version 1.4.84 → 1.4.85

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
@@ -1,5 +1,13 @@
1
1
  # Fork Version
2
2
 
3
+ ## 1.4.85 (2024-05-25)
4
+
5
+
6
+ ### Chore
7
+
8
+ * add provenance to npm publish command ([#60](https://github.com/eglavin/fork-version/issues/60)) ([a366c5f](https://github.com/eglavin/fork-version/commit/a366c5fceb346559b3f4586bfa1aac73d09960b4))
9
+
10
+
3
11
  ## 1.4.84 (2024-05-25)
4
12
 
5
13
 
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Fork-Version
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/fork-version)](https://www.npmjs.com/package/fork-version)
4
+ [![JSR](https://jsr.io/badges/@eglavin/fork-version)](https://jsr.io/@eglavin/fork-version)
4
5
  [![Version Package](https://github.com/eglavin/fork-version/actions/workflows/version.yml/badge.svg)](https://github.com/eglavin/fork-version/actions/workflows/version.yml)
5
6
  [![Publish Package](https://github.com/eglavin/fork-version/actions/workflows/release.yml/badge.svg)](https://github.com/eglavin/fork-version/actions/workflows/release.yml)
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fork-version",
3
- "version": "1.4.84",
3
+ "version": "1.4.85",
4
4
  "license": "MIT",
5
5
  "description": "Fork-Version automates version control tasks such as determining, updating, and committing versions, files, and changelogs, simplifying the process when adhering to the conventional commit standard.",
6
6
  "keywords": [