diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 14:17:23 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 14:17:23 -0500 |
| commit | 0175290596f12226a69cda815ad1c73b0f43d898 (patch) | |
| tree | 73e4e56abc6e070f6b9618a13c360c1fe69e0366 /CHANGELOG.md | |
| parent | 3828c5670e97df8514e3dad23b3890e8d8939669 (diff) | |
| parent | 62bc93dd77eacab028c45f831e0746f64de8dd46 (diff) | |
Merge branch 'hotfix/3.0.2'3.0.2
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c155a..4631193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + +## [3.0.2] - 2020-03-09 +### Changed +- Remove browserslist config as it was having even more trouble with parcel +- Use CJS for webpack +- Require node 13 + +## [3.0.1] - 2020-03-09 +### Changed +- Use default config for browserslist as it was having trouble with parcel + ## [3.0.0] - 2020-03-09 ### Changed - Use module syntax @@ -73,3 +84,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0 [2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0 [3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0 +[3.0.1]: https://gitlab.com/serpentity/serpentity/compare/3.0.0...3.0.1 +[3.0.2]: https://gitlab.com/serpentity/serpentity/compare/3.0.1...3.0.2 |