genlayer 0.0.2 → 0.0.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.
@@ -11,7 +11,9 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
13
  - name: Checkout source code
14
- uses: actions/checkout@v2
14
+ uses: actions/checkout@v4
15
+ with:
16
+ token: ${{ secrets.REPO_PERSONAL_ACCESS_TOKEN }}
15
17
  - name: Setup Node.js
16
18
  uses: actions/setup-node@v2
17
19
  with:
package/CHANGELOG.md CHANGED
@@ -1,8 +1,3 @@
1
1
 
2
2
 
3
- ## 0.0.2 (2024-04-23)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * updated package name ([e27a6b8](https://github.com/yeagerai/genlayer-cli/commit/e27a6b86201771eb39c6fe221df1d9c287c66418))
3
+ ## 0.0.3 (2024-04-23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genlayer",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "GenLayer Command Line Tool",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {