diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d922147..03427d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +## [0.1.2] - 2023-10-27 + +### Changed +- Updated GeoJSON type to directly reference https://www.npmjs.com/package/@types/geojson ([#59](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/59)) +- Adjusted shape of `data.applicant` & `data.applicant.agent` contact details ([#62](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/62)) +- Improved annotations and documentation throughout ([#60](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/60), [#61](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/61)) + ## [0.1.1] - 2023-10-17 ### Changed diff --git a/package.json b/package.json index f6006db2..2b8f3b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-planning-data-schemas", - "version": "0.1.1", + "version": "0.1.2", "description": "Digital Planning Data schemas", "main": "schema/schema.json", "scripts": {