Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 1, 2023
1 parent 18e4054 commit c3e11d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.0](https://github.com/prismicio/prismic-mock/compare/v0.2.0...v0.3.0) (2023-06-01)


### ⚠ BREAKING CHANGES

* replace `@prismicio/types` with `@prismicio/client` (#14)

### Features

* replace `@prismicio/types` with `@prismicio/client` ([#14](https://github.com/prismicio/prismic-mock/issues/14)) ([72340a7](https://github.com/prismicio/prismic-mock/commit/72340a74100d53a045ba6e1960c8da28913ec220))


### Chore

* update `package-lock.json` ([18e4054](https://github.com/prismicio/prismic-mock/commit/18e4054851a24da5f9af9b8fb116c5ae672bd999))

## [0.2.0](https://github.com/prismicio/prismic-mock/compare/v0.1.1...v0.2.0) (2022-12-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/mock",
"version": "0.2.0",
"version": "0.3.0",
"description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments",
"keywords": [
"typescript",
Expand Down

0 comments on commit c3e11d3

Please sign in to comment.