Skip to content

Commit

Permalink
chore(release): 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 28, 2021
1 parent c5b7afd commit 9cc0f41
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.6](https://github.com/prismicio/prismic-mock/compare/v0.0.5...v0.0.6) (2021-08-28)


### Features

* rename slices config to sliceZone ([50c1c9f](https://github.com/prismicio/prismic-mock/commit/50c1c9f3fca4d66b84d7e781ca8cb5f4290a0ed6))
* return alternative language documents for mock documents ([4444df2](https://github.com/prismicio/prismic-mock/commit/4444df26736471ced2a875f0d52c681d96e2b0a3))
* use given variations in a Shared Slice model ([c5b7afd](https://github.com/prismicio/prismic-mock/commit/c5b7afd6ddef481c2781f3dd8e9d4c6bafd69022))


### Bug Fixes

* generate image thumbnail names without spaces ([25b26b6](https://github.com/prismicio/prismic-mock/commit/25b26b65768abdebed6f1d9438bcf699aba017f8))
* use Custom Type tab names with more variety ([f2c905c](https://github.com/prismicio/prismic-mock/commit/f2c905cc1b896c83fc3ea1217da43d81863ccccf))


### Refactor

* fix const name typo ([52d8119](https://github.com/prismicio/prismic-mock/commit/52d81191cc5cbdb3c3d26035aa05859355ac0b51))

### [0.0.5](https://github.com/prismicio/prismic-mock/compare/v0.0.4...v0.0.5) (2021-08-23)


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": "@prismicio/mock",
"version": "0.0.5",
"version": "0.0.6",
"description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments",
"keywords": [
"typescript",
Expand Down

0 comments on commit 9cc0f41

Please sign in to comment.