diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e4e19..5e535dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ [#x]: https://github.com/ideditor/schema-builder/issues/x --> -# Unreleased -##### 2023-Jan-xx +# 6.0.0 +##### 2023-Jan-20 * :warning: Rename field type `cycleway` to `directionalCombo` * :warning: the tag keys of this field are now split into two separate parts: the `key` property contains the common (e.g. `*:both`) variant of the tag and the `keys` property is for the directional (e.g. `:left`/`:right`) subtags ([#79], thanks [@tordans]) diff --git a/package.json b/package.json index 56f7299..697f325 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@ideditor/schema-builder", - "version": "6.0.0-dev", + "version": "6.0.0", "description": "Framework for defining iD-compatible tagging models", "homepage": "https://github.com/ideditor/schema-builder#readme", "bugs": "https://github.com/ideditor/schema-builder/issues",