diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dfcb03..918a12a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/blinkk/live-edit/compare/v1.1.0...v1.2.0) (2021-05-21) + + +### Features + +* Dynamic remote media providers for editor server. ([#45](https://www.github.com/blinkk/live-edit/issues/45)) ([0f04cdc](https://www.github.com/blinkk/live-edit/commit/0f04cdc9bf7615ee184d37236d93b6487203c772)) + ## [1.1.0](https://www.github.com/blinkk/live-edit/compare/v1.0.24...v1.1.0) (2021-05-20) diff --git a/package.json b/package.json index 695840f0..5dbf7d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/editor", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "homepage": "https://blinkkcode.github.com/live-edit", "description": "Structured content editor with live previews.",