Skip to content

Commit 335cd18

Browse files
committed
chore(release): v1.1.1
1 parent f3d4a3d commit 335cd18

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## v1.1.1
5+
6+
[compare changes](https://undefined/undefined/compare/v1.1.0...v1.1.1)
7+
48
## v1.1.0
59

610

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laioutr/app-klaviyo",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Integrate Klaviyo into your Laioutr project",
55
"repository": "your-org/@laioutr/app-klaviyo",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"orchestr-dev": "npm run orchestr-dev:prepare && nuxi dev orchestr-playground",
3131
"orchestr-dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare orchestr-playground",
3232
"prepack": "nuxt-module-build build",
33-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
33+
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish --access public && git push --follow-tags",
3434
"test": "vitest run",
3535
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
3636
"test:watch": "vitest watch"

0 commit comments

Comments
 (0)