From 3306dd247bb7b6c57204fc2b520f5ddcb490b666 Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 18 Mar 2024 16:32:52 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.5.0 [skip ci] # [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9ba81..ae199f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7dece4d..9950770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "storybook-addon-playground", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "storybook-addon-playground", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "dependencies": { "@uiw/codemirror-extensions-langs": "^4.21.21", diff --git a/package.json b/package.json index 461c4fc..31cdb76 100644 --- a/package.json +++ b/package.json @@ -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": [