Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DerSimeon committed Jun 28, 2024
1 parent 840fb49 commit 5f0a08f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog


## v1.0.1

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neonuxt",
"version": "1.0.0",
"version": "1.0.1",
"description": "Nuxt module to add Neo4j support",
"repository": "DerSimeon/NeoNuxt",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
Expand Down

0 comments on commit 5f0a08f

Please sign in to comment.