Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Oct 27, 2023
1 parent 6742ec8 commit 4d5158b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4d5158b

Please sign in to comment.