From 1c7e8001fe8a78af436bd75026f3ca1f0e746bcc Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Mon, 12 Jun 2023 15:13:52 -1000 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cabbc83..b9f9c63 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.3.1](https://github.com/prismicio/prismic-mock/compare/v0.3.0...v0.3.1) (2023-06-13) + + +### Bug Fixes + +* restore types ([#15](https://github.com/prismicio/prismic-mock/issues/15)) ([bd7620f](https://github.com/prismicio/prismic-mock/commit/bd7620f7f86bd73969ab7e844bc90e1852a0e3df)) + ## [0.3.0](https://github.com/prismicio/prismic-mock/compare/v0.2.0...v0.3.0) (2023-06-01) diff --git a/package-lock.json b/package-lock.json index 333b5f1..6c3a05f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/mock", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/mock", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "dependencies": { "change-case": "^4.1.2" diff --git a/package.json b/package.json index 6e6fea4..92cc79c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/mock", - "version": "0.3.0", + "version": "0.3.1", "description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments", "keywords": [ "typescript",