Skip to content

Commit 2e7068c

Browse files
committed
chore(release): 0.0.2
1 parent f700a24 commit 2e7068c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 0.0.2 (2025-01-28)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doeixd/create-infinite-resource-solid",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"files": [
55
"dist",
66
"src"
@@ -29,7 +29,7 @@
2929
"peerDependencies": {
3030
"solid-js": "^1.9"
3131
},
32-
"scripts": {
32+
"scripts": {
3333
"release": "standard-version && git push --follow-tags origin main",
3434
"release:patch": "npm version patch && git push --follow-tags origin main",
3535
"release:minor": "npm version minor && git push --follow-tags origin main",

0 commit comments

Comments
 (0)