Skip to content

Commit

Permalink
Prepare for release of 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Jul 31, 2023
1 parent 18176d3 commit 65ef688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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()
- Snapshots.SnapshotToImageBytes() - replaced by Snapshot.ToImageBytes()
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 65ef688

Please sign in to comment.