diff --git a/CHANGELOG.md b/CHANGELOG.md index c12b27b..77a4da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0.7-alpha.0](https://github.com/prismicio-community/vite-plugin-sdk/compare/v0.0.6...v0.0.7-alpha.0) (2022-12-04) + + +### Features + +* support custom `src` and `out` dir ([50a494e](https://github.com/prismicio-community/vite-plugin-sdk/commit/50a494ef6077bc393e384067f5337f5a2be26805)) + + +### Chore + +* **deps:** maintain dependencies ([2990279](https://github.com/prismicio-community/vite-plugin-sdk/commit/2990279a1eb60956004ed2558bd1c739d1c20b9c)) + ### [0.0.6](https://github.com/prismicio-community/vite-plugin-sdk/compare/v0.0.5...v0.0.6) (2022-11-10) diff --git a/package-lock.json b/package-lock.json index fbd89f0..29c6122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-sdk", - "version": "0.0.6", + "version": "0.0.7-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vite-plugin-sdk", - "version": "0.0.6", + "version": "0.0.7-alpha.0", "license": "Apache-2.0", "dependencies": { "@rollup/plugin-typescript": "^10.0.1", diff --git a/package.json b/package.json index 8f13274..ea98240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-sdk", - "version": "0.0.6", + "version": "0.0.7-alpha.0", "description": "Vite plugin to bundle SDKs", "keywords": [ "typescript",