Skip to content

Commit

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

- Show the listing of forums part of the course that would be locked if CTA is
  confirmed
  • Loading branch information
carofun committed Jun 8, 2022
1 parent 7484555 commit 3fa9385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.1] - 2022-06-07

### Added

Expand Down Expand Up @@ -221,7 +221,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.0...master
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.1...master
[1.2.1]: https://github.com/openfun/ashley/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/openfun/ashley/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/openfun/ashley/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/openfun/ashley/compare/v1.1.0...v1.1.1
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.0",
"version": "1.2.1",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit 3fa9385

Please sign in to comment.