Skip to content

Commit d08c923

Browse files
committed
release v3.3.0
1 parent 4c314a2 commit d08c923

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 3.3.0 (2025-09-18)
11+
1012
- [uploadChangeset] add an `onProgress` callback, so that apps can show a progress bar while uploading
1113
- [uploadChangeset] compress changesets with gzip before uploading (if JS's [`CompressionStream`](https://developer.mozilla.org/en-US/docs/Web/API/CompressionStream) is available natively)
1214

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osm-api",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"contributors": [
55
"Kyle Hensel (https://github.com/k-yle)"
66
],

0 commit comments

Comments
 (0)