Skip to content

Commit

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

- Fixup for tag version
  • Loading branch information
carofun committed Jun 8, 2022
1 parent 8e3f09f commit 842ece6
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.2.2] - 2022-06-08

### Fixed

- fix wording forums_list
Expand Down Expand Up @@ -227,7 +229,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.1...master
[unreleased]: https://github.com/openfun/ashley/compare/v1.2.2...master
[1.2.2]: https://github.com/openfun/ashley/compare/v1.2.1...v1.2.2
[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
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.0
version = 1.2.2
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.1",
"version": "1.2.2",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit 842ece6

Please sign in to comment.