Skip to content

Commit

Permalink
chore(release): 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Mar 21, 2022
1 parent 75b21ca commit b8b91c0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.9](https://github.com/prismicio/prismic-mock/compare/v0.0.8...v0.0.9) (2022-03-21)


### Features

* replace faker with custom fake data generator ([#8](https://github.com/prismicio/prismic-mock/issues/8)) ([bd60c5c](https://github.com/prismicio/prismic-mock/commit/bd60c5c19afaaa9514fca6d3bc31dd86f5547a5b))


### Bug Fixes

* type in SliceZone value generator ([75b21ca](https://github.com/prismicio/prismic-mock/commit/75b21ca704a867a8a970348f5822d5e649d11a6f))


### Chore

* add Size Limit support ([7a734d2](https://github.com/prismicio/prismic-mock/commit/7a734d2e7d665a0dc7ebe1e2664f6415c6ff23dc))
* **ci:** fix ci workflow branch ([fbeaabe](https://github.com/prismicio/prismic-mock/commit/fbeaabe111f71e66441a86df721652759aae014e))
* **deps:** upgrade dependencies ([fcffc72](https://github.com/prismicio/prismic-mock/commit/fcffc72ac02e51c21d4019cbe1dda466f54688a0))

### [0.0.8](https://github.com/prismicio/prismic-mock/compare/v0.0.7...v0.0.8) (2022-02-22)


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.8",
"version": "0.0.9",
"description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments",
"keywords": [
"typescript",
Expand Down

0 comments on commit b8b91c0

Please sign in to comment.