Skip to content

Commit 4856845

Browse files
committed
Bump version to 21.4.1; update Changelog
1 parent dabedc7 commit 4856845

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [21.4.1] - 2021-05-26
8+
### Changed
9+
- hide registration state for anonymous VOLs
10+
- `reviewsState` to optional on the `registration` model
11+
712
## [21.4.0] - 2021-04-11
813
### Added
914
- user's `myRegistrations` page
@@ -1723,7 +1728,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17231728
### Added
17241729
- Quick Files
17251730

1726-
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/21.4.0...develop
1731+
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/21.4.1...develop
1732+
[21.4.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.4.1
17271733
[21.4.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.4.0
17281734
[21.3.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.3.0
17291735
[21.2.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-osf-web",
3-
"version": "21.4.0",
3+
"version": "21.4.1",
44
"description": "Ember front-end for the Open Science Framework",
55
"license": "Apache-2.0",
66
"author": "Center for Open Science <support@cos.io>",

0 commit comments

Comments
 (0)