Skip to content

Commit

Permalink
7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Jul 8, 2023
1 parent 2b0f4dd commit aa89933
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and follows [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.0.1] - 2023-07-08
## [7.0.2] - 2023-07-08
### Fixed
- Missing bubble sort code in npm package.

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": "css-declaration-sorter",
"version": "7.0.1",
"version": "7.0.2",
"description": "Sorts CSS declarations fast and automatically in a certain order.",
"type": "module",
"main": "./dist/main.cjs",
Expand Down

0 comments on commit aa89933

Please sign in to comment.