From a570e14030cc3e9a4275fde303599db4e0541c4e Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Thu, 27 Sep 2018 09:24:20 -0700 Subject: [PATCH 1/2] Forgot to include the README.md in the npm package Now it is there, and the version is updated to 13.3.1 --- build.properties | 2 +- build.xml | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 1233be7605..539c8e9317 100644 --- a/build.properties +++ b/build.properties @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=13.3.0 +version=13.3.1 diff --git a/build.xml b/build.xml index b510489ffe..d142a03239 100644 --- a/build.xml +++ b/build.xml @@ -67,6 +67,7 @@ limitations under the License. + diff --git a/package.json b/package.json index 3916962a46..9db8e63b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ilib", - "version": "13.3.0", + "version": "13.3.1", "main": "js/lib/ilib-node.js", "description": "iLib is a cross-engine library of internationalization (i18n) classes written in pure JS", "keywords": [ From 0d3d7b674cb6eeaac3d6503524f351381ba2a524 Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Thu, 27 Sep 2018 09:26:13 -0700 Subject: [PATCH 2/2] Added a release note for 13.3.1 as well --- docs/ReleaseNotes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 182638e607..f71e134bf2 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,6 +1,16 @@ Release Notes for Version 13 ============================ +Build 005 +------- +Published as version 13.3.1 on npm only + +New Features: +* No code or documentation changes + +Bug Fixes: +* Forgot to include the README.md in the npm package. Now it is there. This is the only change from 13.3.0. + Build 004 ------- Published as version 13.3.0