Skip to content

Commit 0f421f2

Browse files
committed
Merge branch 'release/v0.1.1-beta.2'
2 parents 4458f25 + 40c75eb commit 0f421f2

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.changeset/stupid-walls-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@addon-core/storage": patch
3+
---
4+
5+
Fix pipeline

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: changesets/action@v1
3636
with:
3737
publish: npm publish --provenance --access public
38+
createGithubReleases: true
3839
env:
3940
HUSKY: 0
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "@addon-core/storage",
33
"version": "0.1.1",
44
"type": "module",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/addon-stack/storage"
8+
},
9+
"homepage": "https://github.com/addon-stack/storage#readme",
10+
"bugs": {
11+
"url": "https://github.com/addon-stack/storage/issues"
12+
},
513
"exports": {
614
".": {
715
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)