@kirixvelu/second 2.3.2 → 3.0.0

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.
@@ -6,6 +6,10 @@ on:
6
6
  jobs:
7
7
  build:
8
8
  runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: write
11
+ pull-requests: write
12
+ issues: write
9
13
  steps:
10
14
  - uses: actions/checkout@v3
11
15
  - name: Create a Release
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 3.0.0 (2026-02-08)
2
+
3
+ ##### New Features
4
+
5
+ * testing release action ([2ad510b4](https://github.com/kirixvelu/second/commit/2ad510b47b927ffa5b622ecd088c1bad6eeb06f7))
6
+
7
+ #### 2.3.3 (2026-02-08)
8
+
1
9
  #### 2.3.2 (2026-02-08)
2
10
 
3
11
  #### 2.3.1 (2026-02-08)
package/README.md CHANGED
@@ -3,3 +3,7 @@
3
3
  some content
4
4
 
5
5
  revised action
6
+
7
+ add permission
8
+
9
+ action test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirixvelu/second",
3
- "version": "2.3.2",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {