Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 15, 2022
1 parent 222e247 commit 3429b10
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [0.1.0](https://github.com/prismicio-community/vite-plugin-sdk/compare/v0.0.7-alpha.0...v0.1.0) (2022-12-15)


### ⚠ BREAKING CHANGES

* support Vite 4 (#6)

### Features

* 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))


### Documentation

* add `r19` to packages using `vite-plugin-sdk` ([222e247](https://github.com/prismicio-community/vite-plugin-sdk/commit/222e2479e28a81ba301d97c26c2f50e495fa77ff))

### [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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-sdk",
"version": "0.0.7-alpha.0",
"version": "0.1.0",
"description": "Vite plugin to bundle SDKs",
"keywords": [
"typescript",
Expand Down

0 comments on commit 3429b10

Please sign in to comment.