Skip to content

Commit a19f07f

Browse files
committed
Merge branch 'hotfix/0.30.1' into develop
2 parents 4f05f4f + 24de65e commit a19f07f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [0.30.1] - 2020-04-20
8+
### Fixed
9+
- donate link
10+
711
## [0.30.0] - 2020-04-20
812
### Changed
913
- `hasCoi` to allow `null` as value

addon/components/osf-footer/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<li><a href="/ezcuj/wiki/home/">{{t 'eosf.footer.reproducibilityProjectPsychology'}}</a></li>
2222
<li><a href="/e81xl/wiki/home/">{{t 'eosf.footer.reproducibilityProjectBiology'}}</a></li>
2323
<li><a href="http://cos.io/top/">{{t 'eosf.footer.topGuidelines'}}</a></li>
24-
<li><a href="https://www.givinglibrary.org/organizations/center-for-open-science">{{t 'eosf.footer.donate'}}</a></li>
24+
<li><a href="https://cos.io/about/donate-to-cos/">{{t 'eosf.footer.donate'}}</a></li>
2525
</ul>
2626
</div>
2727
<div class="col-sm-4 col-md-3">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@centerforopenscience/ember-osf",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"description": "Reusable ember models and components for interacting with the Open Science Framework",
55
"directories": {
66
"doc": "docs",

0 commit comments

Comments
 (0)