Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
doeixd committed Sep 3, 2024
1 parent 045dd01 commit 4ae59d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

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.

### [1.0.4](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.3...v1.0.4) (2024-09-03)

### [1.0.3](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.2...v1.0.3) (2024-09-03)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-virtualized-list-solid",
"version": "1.0.3",
"version": "1.0.4",
"files": [
"dist",
"src"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@tanstack/solid-virtual": "^3.10.6"
},
"scripts": {
"release": "standard-version && git push --follow-tags origin main",
"release": "standard-version && git push --follow-tags origin main && npm publish",
"prepublishOnly": "pridepack clean && pridepack build",
"build": "pridepack build",
"type-check": "pridepack check",
Expand Down

0 comments on commit 4ae59d4

Please sign in to comment.