From 421b4bfdabddd95b1dbcad90f55f3db129ae9808 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 27 Oct 2023 14:21:33 +0100 Subject: [PATCH] v0.1.2 (#63) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d922147..fd5b9c3d 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 definition to use NPM's `@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": {