@kirixvelu/second 2.3.3 → 3.0.1

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.
@@ -17,4 +17,4 @@ jobs:
17
17
  env:
18
18
  GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
19
  with:
20
- title: MyReleaseMessage
20
+ title: Project Second
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ #### 3.0.1 (2026-02-08)
2
+
3
+ ##### New Features
4
+
5
+ * add title to release on Github ([da4fc6db](https://github.com/kirixvelu/second/commit/da4fc6db9735e54bb7e8b21a4ec047e7ccd2bab4))
6
+
7
+ ## 3.0.0 (2026-02-08)
8
+
9
+ ##### New Features
10
+
11
+ * testing release action ([2ad510b4](https://github.com/kirixvelu/second/commit/2ad510b47b927ffa5b622ecd088c1bad6eeb06f7))
12
+
1
13
  #### 2.3.3 (2026-02-08)
2
14
 
3
15
  #### 2.3.2 (2026-02-08)
package/README.md CHANGED
@@ -5,3 +5,5 @@ some content
5
5
  revised action
6
6
 
7
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.3",
3
+ "version": "3.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {