diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3942a8a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @andresin87 @owen-m1 + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. +# *.js @octocat @github/js + +# You can also use email addresses if you prefer. +# docs/* docs@example.com diff --git a/CHANGELOG.md b/CHANGELOG.md index bf87463..e43f11f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.3](https://github.com/SortableJS/react-sortablejs/compare/v6.0.2...v6.0.3) (2022-01-14) + + +### Bug Fixes + +* fix package versions ([b464971](https://github.com/SortableJS/react-sortablejs/commit/b464971d0c530c6c5fa764da13b610b3507f6378)) + ## [6.0.2](https://github.com/SortableJS/react-sortablejs/compare/v6.0.1...v6.0.2) (2022-01-14) diff --git a/package.json b/package.json index 2a172e9..91f5d20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sortablejs", - "version": "6.0.2", + "version": "6.0.3", "author": { "name": "Wayne Van Son", "email": "waynevanson@gmail.com" @@ -52,8 +52,8 @@ "@types/react": ">=16.9.0", "@types/react-dom": ">=16.9.0", "@types/sortablejs": "1", - "@typescript-eslint/eslint-plugin": "^4.2.0", - "@typescript-eslint/parser": "^4.2.0", + "@typescript-eslint/eslint-plugin": "4.33", + "@typescript-eslint/parser": "4.33", "commitizen": "4", "cz-conventional-changelog": "3", "eslint": "7",