Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljaltamirano committed Apr 5, 2022
1 parent 785e274 commit c21d5b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Changelog

All notable changes to `eslint-plugin-curology` will be documented in this file.
## 1.0.1

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 1.0.0 - 2022-04-05
- Add `plugin:curology/cypress`
- Update `peerDependencies`
## 1.0.0

- **BREAKING** Remove `no-action-bound-decorator` rule
- **BREAKING** Remove `import-screaming-snake-case` rule
- Migrate `eslint-config-curology` into plugin as `plugin:curology/recommended`
- Add `plugin:curology/cypress` configuration

## 0.1.0 - 2020-01-28
## 0.1.0

### Added
- Point Release
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": "eslint-plugin-curology",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint Plugin and Configuration for Curology",
"author": "Curology <[email protected]>",
"keywords": [
Expand Down

0 comments on commit c21d5b6

Please sign in to comment.