Skip to content

Commit ebf956f

Browse files
✨ Ready for v2020.0.0
1 parent 92a93d0 commit ebf956f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-netlify-cms-docs",
3-
"version": "0.2020.0",
3+
"version": "2020.0.0",
44
"files": [
55
"src",
66
"template"

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "<%= name %>",
3-
"version": "0.2020.0",
3+
"version": "2020.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

test/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test('should write files with good answers (GitHub)', async () => {
1717

1818
expect(JSON.parse(pkg)).toEqual(expect.objectContaining({
1919
name: 'create-nuxt-netlify-cms-docs',
20-
version: '0.2020.0',
20+
version: '2020.0.0',
2121
private: true
2222
}))
2323
})

0 commit comments

Comments
 (0)