From 5187d3a3787a8a71eb446863408dd1695a9beb43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Sep 2022 16:25:53 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/compare/v1.2.0...v1.3.0) (2022-09-17) ### Features * add new rules for jest and testing-library ([#162](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/issues/162)) ([2ece241](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/commit/2ece2410782dcd57d29ed61ce0df188b6e8d1482)) * update rules and base ts config ([#159](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/issues/159)) ([b0c6fae](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/commit/b0c6fae4e2ac32070e81e86d61a16d9e0ae791c6)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22807f..7e9ca85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.3.0](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/compare/v1.2.0...v1.3.0) (2022-09-17) + + +### Features + +* add new rules for jest and testing-library ([#162](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/issues/162)) ([2ece241](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/commit/2ece2410782dcd57d29ed61ce0df188b6e8d1482)) +* update rules and base ts config ([#159](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/issues/159)) ([b0c6fae](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/commit/b0c6fae4e2ac32070e81e86d61a16d9e0ae791c6)) + # [1.2.0](https://github.com/tsyirvo/eslint-config-tsyirvo-react-native/compare/v1.1.2...v1.2.0) (2022-07-02) diff --git a/package-lock.json b/package-lock.json index 65c60f8..5928d75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eslint-config-tsyirvo-react-native", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.0", + "version": "1.3.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "5.7.0", diff --git a/package.json b/package.json index 7d6bbb1..088ae5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-tsyirvo-react-native", - "version": "1.2.0", + "version": "1.3.0", "description": "Custom ESLint config for my React Native projects", "main": "index.js", "scripts": {