Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 28, 2022
1 parent 96c48d3 commit 99344da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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/slice-simulator/compare/@prismicio/[email protected]...@prismicio/[email protected]) (2022-01-28)


### ⚠ BREAKING CHANGES

* **core:** core rewrite for maintainability (#7)

### Features

* **com:** also expose api when debug mode is enabled on simulator api ([4079eec](https://github.com/prismicio/slice-simulator/commit/4079eec976b1e18541a6180edceaafacc209abea))


### Refactor

* **core:** core rewrite for maintainability ([#7](https://github.com/prismicio/slice-simulator/issues/7)) ([c89f56f](https://github.com/prismicio/slice-simulator/commit/c89f56fe012984ebea742740c632d84221283273))


### Chore

* **deps:** maintain dependencies ([96c48d3](https://github.com/prismicio/slice-simulator/commit/96c48d3611419290fae0e6900a7e9b2c5d18e5dc))

### [0.2.1](https://github.com/prismicio/slice-simulator/compare/@prismicio/[email protected]...@prismicio/[email protected]) (2022-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/slice-simulator-com",
"version": "0.2.1",
"version": "0.3.0",
"description": "Preview and develop Prismic slices fast with minimal configuration",
"keywords": [
"typescript",
Expand Down

0 comments on commit 99344da

Please sign in to comment.