From 65ef68885490fdbe01aa6f2bee8a7d770b73da87 Mon Sep 17 00:00:00 2001 From: Mike van Riel Date: Mon, 31 Jul 2023 08:01:36 +0200 Subject: [PATCH] Prepare for release of 1.0.0 --- CHANGELOG.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525d9f3..5297903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0] - 2023-07-31 ### Added @@ -32,4 +32,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Snapshots.SetLayerMask() - replaced by Snapshots.SnapshotLayers - Snapshots.SetImageWidth() - replaced by Snapshots.Width - Snapshots.SetImageHeight() - replaced by Snapshots.Height -- Snapshots.SnapshotToImageBytes() - replaced by Snapshot.ToImageBytes() \ No newline at end of file +- Snapshots.SnapshotToImageBytes() - replaced by Snapshot.ToImageBytes() diff --git a/package.json b/package.json index 94bfdcb..7da2c6d 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "netherlands3d" ], "license": "EUPL-1.2", - "documentationUrl": "https://github.com/Amsterdam/Netherlands3D/blob/main/Packages/eu.netherlands3d.snapshots/README.md", - "licensesUrl": "https://github.com/Amsterdam/Netherlands3D/blob/main/Packages/eu.netherlands3d.snapshots/LICENSE.txt", - "changelogURL": "https://github.com/Amsterdam/Netherlands3D/blob/main/Packages/eu.netherlands3d.snapshots/CHANGELOG.md", + "documentationUrl": "https://github.com/Netherlands3D/Snapshots/blob/main/README.md", + "licensesUrl": "https://github.com/Netherlands3D/Snapshots/blob/main/LICENSE.txt", + "changelogURL": "https://github.com/Netherlands3D/Snapshots/blob/main/CHANGELOG.md", "author": { "name": "Netherlands3D", "url": "https://netherlands3d.eu" } -} \ No newline at end of file +}