diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b38a6..fd580df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.3.0](https://github.com/Gorhom/ts-codable/compare/v0.2.0...v0.3.0) + +> 10 February 2020 + +- feat: improve error messaging [`#7`](https://github.com/Gorhom/ts-codable/pull/7) + #### [v0.2.0](https://github.com/Gorhom/ts-codable/compare/v0.1.0...v0.2.0) > 23 December 2019 diff --git a/package.json b/package.json index a58d9db..4e29d5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-codable", - "version": "0.2.0", + "version": "0.3.0", "private": false, "main": "dist/index.js", "module": "dist/ts-codable.esm.js",