We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9010d56 + 0a9cbf1 commit 177a1d3Copy full SHA for 177a1d3
3 files changed
.changeset/wild-seas-argue.md
packages/open-source-stack/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# open-source-stack
2
3
+## 1.1.1
4
+
5
+### Patch Changes
6
7
+- 34f867e: Added provencance to the package release
8
9
## 1.1.0
10
11
### Minor Changes
packages/open-source-stack/package.json
@@ -1,6 +1,6 @@
{
"name": "open-source-stack",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Minimal open-source stack to help you ship an open-source package in TS",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -40,7 +40,9 @@
40
"bugs": {
41
"url": "https://github.com/forge-42/open-source-stack/issues"
42
},
43
- "files": ["dist"],
+ "files": [
44
+ "dist"
45
+ ],
46
"homepage": "https://github.com/forge-42/open-source-stack#readme",
47
"publishConfig": {
48
"provenance": true
0 commit comments