From b8b91c0417a35714c3f52d49bb68bb255a57dcc0 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Sun, 20 Mar 2022 18:10:21 -1000 Subject: [PATCH] chore(release): 0.0.9 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb83019..0723969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b9812ee..cfaf17b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/mock", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/mock", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "dependencies": { "@prismicio/types": "^0.1.27", diff --git a/package.json b/package.json index a4d6737..fc51d2b 100644 --- a/package.json +++ b/package.json @@ -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",