Skip to content

Commit

Permalink
chore(release): set package.json to 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2024-03-18)

### Features

* codemirror extension to automatically insert matching tag name once closed ([#44](#44)) ([658ade1](658ade1))
* codemirror extension to automatically insert self closing tag once closed ([#45](#45)) ([929a9fc](929a9fc))
  • Loading branch information
ci authored and semantic-release-bot committed Mar 18, 2024
1 parent 929a9fc commit 3306dd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.5.0](https://github.com/mondaycom/storybook-addon-playground/compare/v1.4.1...v1.5.0) (2024-03-18)


### Features

* codemirror extension to automatically insert matching tag name once closed ([#44](https://github.com/mondaycom/storybook-addon-playground/issues/44)) ([658ade1](https://github.com/mondaycom/storybook-addon-playground/commit/658ade1c3bcd001435253924480b8f419a3e6d9d))
* codemirror extension to automatically insert self closing tag once closed ([#45](https://github.com/mondaycom/storybook-addon-playground/issues/45)) ([929a9fc](https://github.com/mondaycom/storybook-addon-playground/commit/929a9fccdf236f4faa523044e224ab78e2e61a67))

## [1.4.1](https://github.com/mondaycom/storybook-addon-playground/compare/v1.4.0...v1.4.1) (2024-03-18)


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": "storybook-addon-playground",
"version": "1.4.1",
"version": "1.5.0",
"description": "A playground to enable consumers learn how to use the component library or to reproduce bugs",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 3306dd2

Please sign in to comment.