Skip to content

Commit

Permalink
chore(release): 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Sep 4, 2024
1 parent 162a348 commit d562b55
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.8](https://github.com/prismicio/prismic-mock/compare/v0.3.7...v0.3.8) (2024-09-04)


### Bug Fixes

* add new missing properties mocks (`id`, `is_master`) ([#24](https://github.com/prismicio/prismic-mock/issues/24)) ([162a348](https://github.com/prismicio/prismic-mock/commit/162a3485f5bab2dfe93997cd9a5b0927ac300063))


### Documentation

* typo ([554157d](https://github.com/prismicio/prismic-mock/commit/554157d03bc82a87836f49c61228454bb0ac4b1b))

### [0.3.7](https://github.com/prismicio/prismic-mock/compare/v0.3.6...v0.3.7) (2024-06-20)


Expand Down
22 changes: 12 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/mock",
"version": "0.3.7",
"version": "0.3.8",
"description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments",
"keywords": [
"typescript",
Expand Down Expand Up @@ -61,7 +61,7 @@
"change-case": "^5.4.4"
},
"devDependencies": {
"@prismicio/client": "^7.6.0",
"@prismicio/client": "^7.8.1",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
Expand Down

0 comments on commit d562b55

Please sign in to comment.