Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freshlogic committed Mar 22, 2022
1 parent 1713cbe commit 594b71c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2022-03-22
### Changed
- Eagerly fetch all files in the specified directory (recursively) to help improve performance.

## [3.1.0] - 2022-03-18
### Changed
- Resolve symlinks when looking for SASS dependants to remove from local cache.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"test": "mocha --exit -R spec"
},
"version": "3.1.1"
"version": "3.2.0"
}

0 comments on commit 594b71c

Please sign in to comment.