diff --git a/CHANGELOG.md b/CHANGELOG.md index ccea23a3..b33b52b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.15.0 (2022-09-01) + +* Add css in "exports" section of package.json (#774) ([3c71089](https://github.com/bustle/mobiledoc-kit/commit/3c71089)), closes [#774](https://github.com/bustle/mobiledoc-kit/issues/774) +* Build tooling updates (#775) ([427f8bc](https://github.com/bustle/mobiledoc-kit/commit/427f8bc)), closes [#775](https://github.com/bustle/mobiledoc-kit/issues/775) +* Fix Linting (#777) ([bd05164](https://github.com/bustle/mobiledoc-kit/commit/bd05164)), closes [#777](https://github.com/bustle/mobiledoc-kit/issues/777) +* Generate Typescript Type Definitions (#779) ([28809c3](https://github.com/bustle/mobiledoc-kit/commit/28809c3)), closes [#779](https://github.com/bustle/mobiledoc-kit/issues/779) +* Typescript ^4 (#778) ([ad1f4e4](https://github.com/bustle/mobiledoc-kit/commit/ad1f4e4)), closes [#778](https://github.com/bustle/mobiledoc-kit/issues/778) +* Demo: active button states. Cards in main editor ([4b225fa](https://github.com/bustle/mobiledoc-kit/commit/4b225fa)) +* Demo: editable card example ([c3a6523](https://github.com/bustle/mobiledoc-kit/commit/c3a6523)) + + + ## 0.14.2 (2022-08-22) * Demo Updates 2022 (#768) ([1d41e85](https://github.com/bustle/mobiledoc-kit/commit/1d41e85)), closes [#768](https://github.com/bustle/mobiledoc-kit/issues/768) @@ -6,7 +18,7 @@ * Update demo files in the correct place ([c2df73e](https://github.com/bustle/mobiledoc-kit/commit/c2df73e)) * Update dependencies 8/18/22 (#771) ([f3fdaa5](https://github.com/bustle/mobiledoc-kit/commit/f3fdaa5)), closes [#771](https://github.com/bustle/mobiledoc-kit/issues/771) * Use Typedoc (#772) ([f0f6b69](https://github.com/bustle/mobiledoc-kit/commit/f0f6b69)), closes [#772](https://github.com/bustle/mobiledoc-kit/issues/772) -* v0.14.2 ([70e11ed](https://github.com/bustle/mobiledoc-kit/commit/70e11ed)) +* v0.14.2 ([3d5048b](https://github.com/bustle/mobiledoc-kit/commit/3d5048b)) diff --git a/package-lock.json b/package-lock.json index dd2a1936..427bafd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mobiledoc-kit", - "version": "0.14.2", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mobiledoc-kit", - "version": "0.14.2", + "version": "0.15.0", "license": "MIT", "dependencies": { "mobiledoc-dom-renderer": "0.7.2", diff --git a/package.json b/package.json index 3e48026d..9e89fa36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.14.2", + "version": "0.15.0", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "module": "dist/mobiledoc.js", @@ -29,7 +29,6 @@ "build:website": "npm run build && npm run build:docs", "deploy:website": "./bin/deploy-website.sh", "update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s", - "version": "npm run update-changelog && git add CHANGELOG.md", "prepublishOnly": "npm run build" }, "keywords": [