Skip to content

Commit 4f3522f

Browse files
committed
bump version no. Add CHANGELOG
1 parent 892d3f9 commit 4f3522f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## [22.7.0] - 2022-7-20
8+
### Added
9+
- Show extra information on files detail page for dataverse files
10+
### Changed
11+
- Prevent users from using special characters when renaming files
12+
- Hide left navbar links when users don't have permissions
13+
- Update registries landing page
14+
15+
716
## [22.6.2] - 2022-6-24
817
### Hotfix
918
- Fix long file name display issue
@@ -1858,6 +1867,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18581867
### Added
18591868
- Quick Files
18601869

1870+
[22.7.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/22.7.0
18611871
[22.6.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/22.6.0
18621872
[22.5.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/22.5.0
18631873
[22.4.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/22.4.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": "22.6.2",
3+
"version": "22.7.0",
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)