From 438a57e60f0314f762d6ba328e3404487940e0cd Mon Sep 17 00:00:00 2001 From: gcanti Date: Sat, 30 Jan 2016 10:50:35 +0100 Subject: [PATCH] bump version and update change log --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304b306..6d5a905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ **Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice. +# v2.7.0 + +- **New Feature** + - `lib/fromJSON` module: generic deserialize, fix #169 + - `lib/fromJSON` TypeScript definition file +- **Bug Fix** + - t.update module: $apply doesn't play well with dates and regexps, fix #172 + - t.update: cannot $merge and $remove at once, fix #170 (thanks @grahamlyus) + - TypeScript: fix Exported external package typings file '...' is not a module + # v2.6.0 - **New Feature** diff --git a/package.json b/package.json index 776a588..4fe43f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tcomb", - "version": "2.6.0", + "version": "2.7.0", "description": "Type checking and DDD for JavaScript", "main": "index.js", "typings": "index.d.ts",