From ff3acef2bd2c20516709bf3bad7b1cf905cca1c7 Mon Sep 17 00:00:00 2001 From: lihbr Date: Thu, 15 Jun 2023 14:51:05 +0200 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10336f9..5fa5010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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.4](https://github.com///compare/v0.1.3...v0.1.4) (2023-06-15) + + +### Bug Fixes + +* import types from right package ([12213d2](https://github.com///commit/12213d2fd29882b46f506b2ee8bc3b395a723e30)) + + +### Documentation + +* add warnings ([6a8841d](https://github.com///commit/6a8841df4759dd57517613c5c983aca18f3978cf)) +* Nuxt 2 docs ([bd5729f](https://github.com///commit/bd5729f6e1b486e528b32a809f1a79264e45ea69)) + + +### Refactor + +* simplify playground ([#15](https://github.com//null/issues/15)) ([0c2f9d0](https://github.com///commit/0c2f9d04bba7792c7f17ae82c1cd2fe5c6d069d1)) +* use cleaner window extension ([04a6815](https://github.com///commit/04a68151a079dd014984ec405567b17086b6c6fc)) +* use Next.js playground ([a422f82](https://github.com///commit/a422f8254cf4e6e122d7ec1faaff91d9508f40b1)) + + +### Chore + +* **deps:** maintain dependencies ([b691bad](https://github.com///commit/b691bad8ae92ba3b5350b7d19658bdbb230c1a59)) + ### [0.1.3](https://github.com///compare/v0.1.2...v0.1.3) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 4960258..79da38c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/simulator", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/simulator", - "version": "0.1.3", + "version": "0.1.4", "license": "Apache-2.0", "dependencies": { "@prismicio/client": "^7.1.0", diff --git a/package.json b/package.json index 8a8aa1b..01b08a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/simulator", - "version": "0.1.3", + "version": "0.1.4", "description": "Preview and develop Prismic slices fast with minimal configuration", "keywords": [ "typescript", @@ -115,4 +115,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}