Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 15, 2023
1 parent b691bad commit ff3acef
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -115,4 +115,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit ff3acef

Please sign in to comment.