From fa37e04bc6c516eb76ef01df2d105a413c0253a0 Mon Sep 17 00:00:00 2001 From: Groupon Date: Wed, 21 Dec 2016 20:11:52 +0000 Subject: [PATCH] v1.3.5 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a9b77..9d1424a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 1.3.5 + +* Modernize library - **[@jkrems](https://github.com/jkrems)** [#60](https://github.com/groupon/cson-parser/pull/60) + - [`dea5fac`](https://github.com/groupon/cson-parser/commit/dea5facb26bb84dcab01c34909d9b59d6c70bd76) **chore:** Bump devDependencies + - [`727c1f6`](https://github.com/groupon/cson-parser/commit/727c1f6c79954e3f54f786027e8da5b6f958ca02) **refactor:** Port to JavaScript + - [`1c29287`](https://github.com/groupon/cson-parser/commit/1c29287034f3dbafed72f2e9b76655756574260f) **chore:** Fix license header filter + + ### 1.3.4 * Compatible with coffee-script 1.11.0 - **[@jkrems](https://github.com/jkrems)** [#57](https://github.com/groupon/cson-parser/pull/57) diff --git a/package.json b/package.json index 5343c52..d1961f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cson-parser", - "version": "1.3.4", + "version": "1.3.5", "description": "Safe parsing of CSON files", "license": "BSD-3-Clause", "main": "lib/cson-parser.js",