diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fe1dfb1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.0.1 (2022-11-19) + + +### Miscellaneous Chores + +* release 0.0.1 ([266ac93](https://github.com/mobsites/cart180.website/commit/266ac933da0e0ee8447f3a7d19c52a1296b849fb)) diff --git a/package.json b/package.json index f562c23..c02ecda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cart180/website", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "lint": "eslint .", "format": "eslint . --fix" @@ -21,7 +21,10 @@ "prettier", "plugin:prettier/recommended" ], - "ignorePatterns": ["node_modules", ".*"], + "ignorePatterns": [ + "node_modules", + ".*" + ], "rules": { "prettier/prettier": [ "error", @@ -50,6 +53,8 @@ } }, "lint-staged": { - "!.*": ["eslint . --fix"] + "!.*": [ + "eslint . --fix" + ] } }