Skip to content

Commit

Permalink
🔖(ashley) bump version to 1.3.0
Browse files Browse the repository at this point in the history
Added

- Add buttons in the toolbar of Ashley to add inline and block
  latex
- Enabling latex mathematical equations in forums
  • Loading branch information
carofun committed Feb 8, 2023
1 parent c4c20c5 commit dd5f70d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dd5f70d

Please sign in to comment.