Skip to content

Commit

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

- exclude archived forums from the list of forums to move topics to
- exclude archived forums from the list of forums of advanced search
  • Loading branch information
carofun committed Nov 3, 2021
1 parent f038df7 commit 77f4f68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [1.1.1] - 2021-11-03

### Fixed

- exclude archived forums from the list of forums to move topics to
Expand Down Expand Up @@ -182,7 +185,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.1.0...master
[unreleased]: https://github.com/openfun/ashley/compare/v1.1.1...master
[1.1.1]: https://github.com/openfun/ashley/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/openfun/ashley/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...v1.0.0
[1.0.0-beta.6]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...v1.0.0-beta.6
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.1.0
version = 1.1.1
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.1.0",
"version": "1.1.1",
"description": "A self-hosted discussion forum for learning",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit 77f4f68

Please sign in to comment.