Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallardo committed Oct 27, 2021
1 parent d5e2a93 commit fa4029b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2021-10-27

### Changed

- ESLint v8 is now required as a peer dependency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cabify/eslint-config",
"version": "1.0.0-1",
"version": "1.0.0",
"description": "ESLint config for Cabify Javascript projects",
"scripts": {
"test": "npm run lint:check && npm run format:check",
Expand Down

0 comments on commit fa4029b

Please sign in to comment.