From 800f8bb0aa8f2d024bd7e89facd5cec63d30b69b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Thu, 8 Feb 2024 12:19:17 +0100 Subject: [PATCH 1/3] queue up release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f14b46c..8958704e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ 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.3.0] - 2024-02-08 + +### Breaking +- Renamed and added additional `FileTypes` ([#100](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/100), [#108](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/108)) + +### Added +- Added `metadata.files` to communicate all required, recommended, and optional files requested from the user based on their responses to reference during assessment ([#110](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/110)) +- Added additional `PlanningDesignations` ([#106](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/106)) + ## [0.2.3] - 2024-01-29 ### Added diff --git a/package.json b/package.json index 22402565..90bc82f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-planning-data-schemas", - "version": "0.2.3", + "version": "0.3.0", "description": "Digital Planning Data schemas", "main": "schema/schema.json", "scripts": { From da653ef04a83b358711e69da4716a2fe35a571a5 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Thu, 8 Feb 2024 12:20:45 +0100 Subject: [PATCH 2/3] correct typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8958704e..b94053e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ incremented for features. - Renamed and added additional `FileTypes` ([#100](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/100), [#108](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/108)) ### Added -- Added `metadata.files` to communicate all required, recommended, and optional files requested from the user based on their responses to reference during assessment ([#110](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/110)) +- Added `service.metadata.files` to communicate all required, recommended, and optional files requested from the user based on their responses to reference during assessment ([#110](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/110)) - Added additional `PlanningDesignations` ([#106](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/106)) ## [0.2.3] - 2024-01-29 From cd51ed49af45519937c0709069a43cba160aa01e Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Thu, 8 Feb 2024 15:24:21 +0100 Subject: [PATCH 3/3] include final PR --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94053e7..c980a73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,10 @@ incremented for features. ## [0.3.0] - 2024-02-08 ### Breaking -- Renamed and added additional `FileTypes` ([#100](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/100), [#108](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/108)) +- Renamed and added additional `FileTypes` ([#100](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/100), [#108](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/108), [#112](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/112)) ### Added -- Added `service.metadata.files` to communicate all required, recommended, and optional files requested from the user based on their responses to reference during assessment ([#110](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/110)) +- Added `service.metadata.files` to communicate all required, recommended, and optional files requested from the user based on their responses for reference during assessment ([#110](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/110)) - Added additional `PlanningDesignations` ([#106](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/106)) ## [0.2.3] - 2024-01-29