Skip to content

Commit e836191

Browse files
committed
Release v1.0.0
1 parent e12571e commit e836191

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## Unreleased
88

9+
## [1.0.0](https://github.com/torchbox/eslint-config-torchbox/compare/v0.6.0...v1.0.0) (2022-05-30)
10+
11+
> This release is functionally identical to v0.6.0.
12+
13+
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).
14+
15+
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.
16+
917
## [0.6.0](https://github.com/torchbox/eslint-config-torchbox/compare/v0.5.0...v0.6.0) (2022-03-09)
1018

1119
## Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-torchbox",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "Shareable ESLint config following Torchbox’s code style",
55
"license": "MIT",
66
"author": "Torchbox Ltd",

0 commit comments

Comments
 (0)