Skip to content

Commit

Permalink
:q!Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Sep 30, 2024
2 parents 9cfcb63 + 7b807e0 commit 41b8592
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
Expand Down
15 changes: 3 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,10 @@

All notable changes to this repository will be documented in this file.

## [0.0.1]
## [1.0.1]

- Initial release.

## [0.0.2]
## [1.0.2]

- Added docs folder
- Added images

## [0.0.3]

- Remove Personalized data

## [0.1.0]

- Added script to create and replace data
- update readme
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@
"enquirer": "2.4.1",
"fs-extra": "11.2.0",
"path": "0.12.7",
"replace-in-file": "8.2.0",
"semver": "^7.6.3"
"replace-in-file": "8.2.0"
"rimraf": "6.0.1",
"semver": "7.6.3"
},
"devDependencies": {
"prettier": "^3.3.3",
Expand All @@ -81,6 +82,6 @@
]
},
"engines": {
"node": ">=20"
"node": ">=18"
}
}

0 comments on commit 41b8592

Please sign in to comment.