@kirixvelu/second 3.0.0 → 3.1.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.
@@ -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.1.0 (2026-02-08)
2
+
3
+ ##### New Features
4
+
5
+ * action confirm ([72f82612](https://github.com/kirixvelu/second/commit/72f8261212811defe76213aed68fb9744c537a09))
6
+
7
+ #### 3.0.1 (2026-02-08)
8
+
9
+ ##### New Features
10
+
11
+ * add title to release on Github ([da4fc6db](https://github.com/kirixvelu/second/commit/da4fc6db9735e54bb7e8b21a4ec047e7ccd2bab4))
12
+
1
13
  ## 3.0.0 (2026-02-08)
2
14
 
3
15
  ##### New Features
package/README.md CHANGED
@@ -7,3 +7,5 @@ revised action
7
7
  add permission
8
8
 
9
9
  action test
10
+
11
+ confirm action
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirixvelu/second",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {