Skip to content

Commit 5ed263e

Browse files
committed
update changelog
1 parent aff2285 commit 5ed263e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.0.0] - 2019-08-30
8+
### Changed
9+
- Format locale using hyphen instead of underscore (thx @benpptung)
10+
- Drop express 3.x support
11+
- Drop non-lts/latest node support (remove babel build)
12+
13+
### Added
14+
- Warn about invalid configuration in non-production environment
15+
716
## [1.2.0] - 2019-03-21
817
### Added
918
- Module usage (`module` entry in package.json)
@@ -52,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5261
### Added
5362
- First working version
5463

55-
[Unreleased]: https://github.com/smhg/express-locale/compare/v1.2.0...HEAD
64+
[Unreleased]: https://github.com/smhg/express-locale/compare/v2.0.0...HEAD
65+
[2.0.0]: https://github.com/smhg/express-locale/compare/v1.2.0...v2.0.0
5666
[1.2.0]: https://github.com/smhg/express-locale/compare/v1.1.0...v1.2.0
5767
[1.1.0]: https://github.com/smhg/express-locale/compare/v1.0.5...v1.1.0
5868
[1.0.5]: https://github.com/smhg/express-locale/compare/v1.0.4...v1.0.5

0 commit comments

Comments
 (0)