From 9d1c5fcf0721c164c8e65b9cb308badf0928e060 Mon Sep 17 00:00:00 2001 From: "Bruno C. Couto" Date: Wed, 3 Oct 2018 10:45:07 -0300 Subject: [PATCH] Update CHANGELOG file --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ddec8..3815076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.3] - 2018-10-03 + ### Fixed - Bug with `schema` rule when working with array-based modifiers ([#127](https://github.com/imbrn/v8n/issues/127)) @@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Build process now properly transpiles modules from ES6 to ES5. ([#44](https://github.com/imbrn/v8n/issues/44)) -[unreleased]: https://github.com/imbrn/v8n/compare/v1.2.2...HEAD +[unreleased]: https://github.com/imbrn/v8n/compare/v1.2.3...HEAD +[1.2.3]: https://github.com/imbrn/v8n/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/imbrn/v8n/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/imbrn/v8n/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/imbrn/v8n/compare/v1.1.2...v1.2.0