Skip to content

Commit 870d149

Browse files
tiagoloureirosrtab
authored andcommitted
bumped version to 0.1.1
1 parent d919a3e commit 870d149

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v0.1.1] - 2024-01-17
9+
10+
### Added
11+
12+
- New base rules to ensure that:
13+
- values are set in variables instead of in properties;
14+
- no important is used;
15+
- max nesting;
16+
- selector consistency.
17+
818
## [v0.1.0] - 2024-01-17
919

1020
- First release
1121

22+
[v0.1.1]: https://www.npmjs.com/package/@dipcode/stylelint-config/v/0.1.1
1223
[v0.1.0]: https://www.npmjs.com/package/@dipcode/stylelint-config/v/0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dipcode/stylelint-config",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Shareable stylelint config for CSS and SCSS, following Dipcode code style.",
55
"main": "./src/config.js",
66
"scripts": {

0 commit comments

Comments
 (0)