Skip to content

Commit 21b28bd

Browse files
committed
release(3.0.1): release with working artifacts
1 parent 8d0865e commit 21b28bd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ jobs:
199199
restore-keys: |
200200
${{ runner.os }}-pnpm-store-
201201
202+
- name: Install dependencies
203+
run: pnpm install --frozen-lockfile
204+
205+
- name: Build
206+
run: pnpm build
207+
202208
- name: Create and publish versions
203209
uses: changesets/action@v1
204210
with:

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- Add artifacts to NPM release
8+
39
## 3.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.1",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)