Skip to content

Commit 3429b10

Browse files
committed
chore(release): 0.1.0
1 parent 222e247 commit 3429b10

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/prismicio-community/vite-plugin-sdk/compare/v0.0.7-alpha.0...v0.1.0) (2022-12-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* support Vite 4 (#6)
11+
12+
### Features
13+
14+
* support Vite 4 ([#6](https://github.com/prismicio-community/vite-plugin-sdk/issues/6)) ([04215d5](https://github.com/prismicio-community/vite-plugin-sdk/commit/04215d5d9dfec4813a0a91be5c80b85ef51ba1da))
15+
16+
17+
### Documentation
18+
19+
* add `r19` to packages using `vite-plugin-sdk` ([222e247](https://github.com/prismicio-community/vite-plugin-sdk/commit/222e2479e28a81ba301d97c26c2f50e495fa77ff))
20+
521
### [0.0.7-alpha.0](https://github.com/prismicio-community/vite-plugin-sdk/compare/v0.0.6...v0.0.7-alpha.0) (2022-12-04)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-sdk",
3-
"version": "0.0.7-alpha.0",
3+
"version": "0.1.0",
44
"description": "Vite plugin to bundle SDKs",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)