CHANGELOG.md in licensed-3.3.0 vs CHANGELOG.md in licensed-3.3.1
- old
+ new
@@ -4,10 +4,22 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## 3.3.1
+
+2021-10-07
+
+### Fixed
+
+- Fix evaluation of peer dependencies with npm 7 (:tada: @manuelpuyol https://github.com/github/licensed/pull/411)
+
+### Changed
+
+- Manifest source evaluation performance improvements (https://github.com/github/licensed/pull/407)
+
## 3.3.0
2021-09-18
### Added
@@ -507,6 +519,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/3.3.0...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/3.3.1...HEAD