Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2024-01-29)

### Features

* Enforce consistent brace style for simple arrow function returns ([#91](#91)) ([871abd7](871abd7))
  • Loading branch information
semantic-release-bot committed Jan 29, 2024
1 parent 3424fbb commit 44843e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/anthony-j-castro/eslint-config/compare/v1.2.0...v1.3.0) (2024-01-29)


### Features

* Enforce consistent brace style for simple arrow function returns ([#91](https://github.com/anthony-j-castro/eslint-config/issues/91)) ([871abd7](https://github.com/anthony-j-castro/eslint-config/commit/871abd77aea2fe6f24f9c8ce1643b8e317ad9f80))

# [1.2.0](https://github.com/anthony-j-castro/eslint-config/compare/v1.1.0...v1.2.0) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Reusable ESLint config for React & TypeScript projects by @anthony-j-castro.
To install the latest version as a dependency of a project:

```bash
npm install --save-dev "https://github.com/anthony-j-castro/eslint-config.git#semver:1.2.0"
npm install --save-dev "https://github.com/anthony-j-castro/eslint-config.git#semver:1.3.0"
```

Then, copy and paste this starter config in a new `eslintrc.js` file:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anthony-j-castro/eslint-config",
"version": "1.2.0",
"version": "1.3.0",
"description": "Reusable ESLint config for React & TypeScript projects by @anthony-j-castro.",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 44843e9

Please sign in to comment.