diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a3576d..75dcedb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.3.0] - 2023-02-07 + ### Added - Add buttons in the toolbar of Ashley to add inline and block @@ -254,7 +256,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Update sandbox settings to be able to run Ashley in an `iframe` on multiple external websites -[unreleased]: https://github.com/openfun/ashley/compare/v1.2.5...master +[unreleased]: https://github.com/openfun/ashley/compare/v1.3.0...master +[1.3.0]: https://github.com/openfun/ashley/compare/v1.2.5...v1.3.0 [1.2.5]: https://github.com/openfun/ashley/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/openfun/ashley/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/openfun/ashley/compare/v1.2.2...v1.2.3 diff --git a/setup.cfg b/setup.cfg index 936cbfd3..eda01bd5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ashley -version = 1.2.5 +version = 1.3.0 description = A self-hosted discussion forum for learning long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/frontend/package.json b/src/frontend/package.json index 8bed9cc5..536a0f26 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ashley", - "version": "1.2.5", + "version": "1.3.0", "description": "A self-hosted discussion forum for learning", "scripts": { "build": "tsc --noEmit && webpack",