Skip to content

Commit 5662d15

Browse files
committed
Release v1.0.0
1 parent 065941b commit 5662d15

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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/stylelint-config-torchbox/compare/v0.5.0...v1.0.0) (2020-11-10)
10+
11+
### Features
12+
13+
- Update stylelint to v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9))
14+
- Update all config dependencies to their latest releases, compatible with stylelint v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9))
15+
- Enforce [`value-keyword-case`](https://stylelint.io/user-guide/rules/value-keyword-case/) from stylelint v13 ([#9](https://github.com/torchbox/stylelint-config-torchbox/pull/9))
16+
- Rename all deprecated stylelint rules to their newer alternatives.
17+
- The config’s README documentation now links directly to rules’ documentation for plugins.
18+
19+
### BREAKING CHANGES
20+
21+
The configuration now mandates stylelint v13, and additionally enforces [`value-keyword-case`](https://stylelint.io/user-guide/rules/value-keyword-case/).
22+
923
## [0.5.0](https://github.com/torchbox/stylelint-config-torchbox/compare/v0.4.0...v0.5.0) (2019-10-10)
1024

1125
### Features

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm run lint
3434
### Releasing a new version
3535

3636
- Make a new branch for the new release.
37-
- Follow [stylelint’s semantic versioning policy](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/semantic-versioning-policy.md) to determine what new version to create.
37+
- Follow [stylelint’s semantic versioning policy](https://stylelint.io/about/semantic-versioning) to determine what new version to create.
3838
- Update the [CHANGELOG](CHANGELOG.md).
3939
- If there are breaking changes, make sure to document them separately, and add any upgrade considerations.
4040
- Update the version number in `package.json`, following semver.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "stylelint-config-torchbox",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Shareable stylelint config for CSS and SCSS, following Torchbox’s code style.",
55
"license": "MIT",
66
"author": "Torchbox Ltd",

0 commit comments

Comments
 (0)