From 7e3a5c0bf33dd01fcdd414ef08627aeb5ab0139a Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Fri, 26 Apr 2024 13:02:38 -1000 Subject: [PATCH] chore(release): 0.3.6 --- 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 4d5159b..f76149e 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.6](https://github.com/prismicio/prismic-mock/compare/v0.3.5...v0.3.6) (2024-04-26) + + +### Bug Fixes + +* treat a custom type model's `label` property as non-nullable ([#20](https://github.com/prismicio/prismic-mock/issues/20)) ([4f7fddd](https://github.com/prismicio/prismic-mock/commit/4f7fdddf908b338d77441d3676df85f43761531c)) + ### [0.3.5](https://github.com/prismicio/prismic-mock/compare/v0.3.4...v0.3.5) (2024-04-18) diff --git a/package-lock.json b/package-lock.json index 02955b3..d4100fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/mock", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/mock", - "version": "0.3.5", + "version": "0.3.6", "license": "Apache-2.0", "dependencies": { "change-case": "^5.4.4" diff --git a/package.json b/package.json index 3e168ce..5278870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/mock", - "version": "0.3.5", + "version": "0.3.6", "description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments", "keywords": [ "typescript",