Release/v1.1.0 (#47)

* bump version for 1.1.0

* add changelog for 1.1.0
This commit is contained in:
austinried
2021-12-06 11:05:18 +09:00
committed by GitHub
parent 72fa2c765d
commit 6cb364531b
3 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "subtracks",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
@@ -74,6 +74,13 @@
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}