Skip to content

Commit a249f30

Browse files
author
Paul
committed
chore(release): Publish
- @bam.tech/eslint-plugin@1.0.0
1 parent c982fb8 commit a249f30

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.0.0](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@0.4.3...@bam.tech/eslint-plugin@1.0.0) (2023-09-14)
7+
8+
### Features
9+
10+
- add array-callback-return rule ([#58](https://github.com/bamlab/react-native-project-config/issues/58)) ([0b24132](https://github.com/bamlab/react-native-project-config/commit/0b2413293de65ce6975e3a181b5b118f74823cd3))
11+
- add new rule react/no-unused-prop-types ([#52](https://github.com/bamlab/react-native-project-config/issues/52)) ([5cfca6d](https://github.com/bamlab/react-native-project-config/commit/5cfca6dfe3ebd9b8bf65011a023d0807ceda3b6b))
12+
- add unused imports rules ([#57](https://github.com/bamlab/react-native-project-config/issues/57)) ([fbdcd15](https://github.com/bamlab/react-native-project-config/commit/fbdcd154b28761d32225469fa2ad243eb12d88a4))
13+
14+
### BREAKING CHANGES
15+
16+
- add array-callback-return rule

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/eslint-plugin",
3-
"version": "0.4.3",
3+
"version": "1.0.0",
44
"description": "eslint plugin for bam projects",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)