diff --git a/CHANGELOG.md b/CHANGELOG.md index 3346e76..66da11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4](https://github.com/prismicio/prismic-mock/compare/v0.0.3...v0.0.4) (2021-08-20) + + +### Features + +* add api mocks ([8e0ef1b](https://github.com/prismicio/prismic-mock/commit/8e0ef1be718a11482ecc2fbc9dc8c58ceda71cdc)) + ### [0.0.3](https://github.com/prismicio/prismic-mock/compare/v0.0.2...v0.0.3) (2021-08-19) diff --git a/package-lock.json b/package-lock.json index 490fa3f..2802435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/mock", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/mock", - "version": "0.0.3", + "version": "0.0.4", "license": "Apache-2.0", "dependencies": { "@prismicio/types": "^0.1.6", diff --git a/package.json b/package.json index 21be752..a14261d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/mock", - "version": "0.0.3", + "version": "0.0.4", "description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments", "keywords": [ "typescript",