Skip to content

Commit d7acc0e

Browse files
authored
Merge pull request #788 from citation-file-format/release-2.1.0
2 parents 69b8c24 + 547482a commit d7acc0e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
},
4949
"publication_date": "2022-08-29",
5050
"title": "cffinit",
51-
"version": "2.0.4"
51+
"version": "2.1.0"
5252
}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ license: Apache-2.0
5050
message: If you use this software, please cite it using these metadata.
5151
repository-code: https://github.com/citation-file-format/cff-initializer-javascript
5252
title: cffinit
53-
version: 2.0.4
53+
version: 2.1.0

README.dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This section describes how to make a release in 2 parts:
173173
1. Update the version in the [app footer](src/components/Footer.vue).
174174
1. Run `npm run lint` and make sure the linter does not complain.
175175
1. Run the unit tests with `npm run test:unit:ci`.
176-
1. Run the end-to-end tests with `npm run cypress:open`.
176+
1. Run the end-to-end tests with `npm run cypress:run`.
177177
1. Push any changes to GitHub, make a PR.
178178
1. Inspect the Netlify preview website.
179179
1. Review the PR and merge to the default branch `main`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cffinit",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Web form to assist people in creating a CITATION.cff file for their projects.",
55
"productName": "cffinit",
66
"author": "Netherlands eScience Center",

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
>
1616
</q-btn>
1717
<q-toolbar-title class="text-black text-right text-body1">
18-
Version 2.0.4
18+
Version 2.1.0
1919
</q-toolbar-title>
2020
</q-toolbar>
2121
</template>

src/components/LayoutLanding.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</div>
5959
</div>
6060
<span class="text-right text-black text-body1">
61-
Version 2.0.4
61+
Version 2.1.0
6262
</span>
6363
</main>
6464
</div>

0 commit comments

Comments
 (0)