diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..14fe1a27 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.0.0](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.0.0-beta.4...v3.0.0) (2022-03-10) + + +### Bug Fixes + +* **app:** fix issue with using swipelayout ([972e8b1](https://github.com/AmruthPillai/Reactive-Resume/commit/972e8b1bcf9ad44d8915bf23d189711672937bc0)) diff --git a/package.json b/package.json index b8747bb1..01d81566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-resume", - "version": "3.0.0-beta.4", + "version": "3.0.0", "private": true, "workspaces": [ "schema", @@ -14,6 +14,7 @@ }, "scripts": { "prepare": "husky install", + "release": "standard-version", "lint": "eslint --quiet --fix --ext .js,.ts,.tsx .", "format": "prettier --loglevel error --write \"./**/*.{js,ts,tsx,json}\"", "dev:schema": "pnpm -F schema dev", @@ -44,6 +45,7 @@ "eslint-plugin-unused-imports": "^2.0.0", "husky": "^7.0.4", "prettier": "^2.5.1", + "standard-version": "^9.3.2", "typescript": "^4.5.5" } }