Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed May 30, 2022
1 parent e12571e commit e836191
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

## [1.0.0](https://github.com/torchbox/eslint-config-torchbox/compare/v0.6.0...v1.0.0) (2022-05-30)

> This release is functionally identical to v0.6.0.
The project has reached a high-enough level of stability, with no breaking changes expected in minor releases outside of rules changes [as per ESLint’s policy](https://github.com/eslint/eslint#semantic-versioning-policy).

Note the [experimental TypeScript support](https://github.com/torchbox/eslint-config-torchbox#typescript) is still _experimental_, and opt-in, and as such may still change in minor or patch releases.

## [0.6.0](https://github.com/torchbox/eslint-config-torchbox/compare/v0.5.0...v0.6.0) (2022-03-09)

## Features
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": "eslint-config-torchbox",
"version": "0.6.0",
"version": "1.0.0",
"description": "Shareable ESLint config following Torchbox’s code style",
"license": "MIT",
"author": "Torchbox Ltd",
Expand Down

0 comments on commit e836191

Please sign in to comment.