We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0865e commit 21b28bdCopy full SHA for 21b28bd
.github/workflows/main.yml
@@ -199,6 +199,12 @@ jobs:
199
restore-keys: |
200
${{ runner.os }}-pnpm-store-
201
202
+ - name: Install dependencies
203
+ run: pnpm install --frozen-lockfile
204
+
205
+ - name: Build
206
+ run: pnpm build
207
208
- name: Create and publish versions
209
uses: changesets/action@v1
210
with:
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.0.1
4
5
+### Patch Changes
6
7
+- Add artifacts to NPM release
8
9
## 3.0.0
10
11
### Major Changes
package.json
@@ -1,5 +1,5 @@
{
- "version": "3.0.0",
+ "version": "3.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
0 commit comments