diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d848f..68d2d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # 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] 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] 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",