@kirixvelu/second 2.0.1 → 2.2.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.
@@ -0,0 +1,21 @@
1
+ name: Release
2
+ on:
3
+ push:
4
+ branches:
5
+ - main
6
+
7
+ jobs:
8
+ build:
9
+ name: Release
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
+ - name: Release
17
+ uses: justincy/github-action-npm-release@2.0.1
18
+ id: release
19
+ - name: Print release output
20
+ if: ${{ steps.release.outputs.released == 'true' }}
21
+ run: echo Release ID ${{ steps.release.outputs.release_id }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### 2.1.0 (2026-02-08)
2
+
3
+ ##### New Features
4
+
5
+ * new action ([4d1d8a10](https://github.com/kirixvelu/second/commit/4d1d8a1044630164e2d08c365069a2ff7afc06e7))
6
+ * add release action ([a25dbc95](https://github.com/kirixvelu/second/commit/a25dbc9525c3b82852c94532cbb9d9f84eb3f8e8))
7
+
1
8
  #### 2.0.1 (2026-02-08)
2
9
 
3
10
  ##### New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirixvelu/second",
3
- "version": "2.0.1",
3
+ "version": "2.2.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {