@vb-test-org/hello-world-npm 1.2.2 → 1.2.3

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.
@@ -27,6 +27,5 @@ jobs:
27
27
  run: npx semantic-release
28
28
  env:
29
29
  GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
30
- NPM_CONFIG_PROVENANCE: true
31
30
  - name: Publish Build
32
31
  run: npm publish --access public
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.2.3](https://github.com/vivekbiswas-tw/hello-world-npm/compare/v1.2.2...v1.2.3) (2026-01-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove the provenance variable ([03dd339](https://github.com/vivekbiswas-tw/hello-world-npm/commit/03dd339b6ef3be70a8bdff2150b7393b94112e91))
7
+
1
8
  ## [1.2.2](https://github.com/vivekbiswas-tw/hello-world-npm/compare/v1.2.1...v1.2.2) (2026-01-07)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vb-test-org/hello-world-npm",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",