From fcf956062aab9b212f561b90c460082533a9a273 Mon Sep 17 00:00:00 2001 From: "Krefeldt, Jens" Date: Sat, 9 Apr 2016 07:12:07 +0200 Subject: [PATCH 1/3] Update release notes --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d848f..602ea3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,5 @@ Initial release. This covers the basic implementation and tests. The following features and fixes and part of this release: - [#3 - #12] -- [#15 - #20] -- [#21 - #24] +- [#15 - #24] - [#27] From 70f73c719b5c193d984afc3c77ae37b887cf700c Mon Sep 17 00:00:00 2001 From: "Krefeldt, Jens" Date: Sat, 9 Apr 2016 07:14:45 +0200 Subject: [PATCH 2/3] Update release notes --- CHANGELOG.md | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602ea3f..68d2d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 1.0.0 +### v1.0.0 Initial release. This covers the basic implementation and tests. The following features and fixes and part of this release: diff --git a/README.md b/README.md index 414efef..576d0db 100644 --- a/README.md +++ b/README.md @@ -2015,11 +2015,10 @@ When contributing as coder, please take care of the following conventions: # Changelog -### 1.0.0 +### v1.0.0 Initial release. This covers the basic implementation and tests. The following features and fixes and part of this release: - [#3 - #12] -- [#15 - #20] -- [#21 - #24] +- [#15 - #24] - [#27] From 7151ce1298a101bdd809f3ff845260035f9ee70b Mon Sep 17 00:00:00 2001 From: "Krefeldt, Jens" Date: Sat, 9 Apr 2016 14:34:01 +0200 Subject: [PATCH 3/3] Set initial v1.0.0 version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8271ab4..361fd11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jy-transform", "description": "This project aims to read, write and transform [YAML](http://http://yaml.org/), [JS](https://developer.mozilla.org/en-US/docs/Web/JavaScript) or [JSON](http://json.org) objects into each other using CLI or API. The source and destination resources can be files, objects or streams. Besides the transformation feature this module can also be used for simple loading and/or writing YAML, JS or JSON files.", - "version": "0.9.0", + "version": "1.0.0", "homepage": "https://github.com/deadratfink/jy-transform", "author": { "name": "Jens Krefeldt",