Skip to content

Commit

Permalink
rapid-v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 11, 2024
1 parent d634d05 commit 37ab4eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# [2.2.4](https://github.com/facebook/Rapid/releases/tag/rapid-v2.2.4)
#### 2024-Jan-11

#### :bug: Bugfixes:
* [#1287], [#1288] Fix bug: Adding a detected road feature can cause nearby other features to vanish
* [#1292] Fix incorrect tagging after choosing a crossing validation fix where multiple nodes exist along a way

[#1287]: https://github.com/facebook/Rapid/issues/1287
[#1288]: https://github.com/facebook/Rapid/issues/1288
[#1292]: https://github.com/facebook/Rapid/issues/1292


# [2.2.3](https://github.com/facebook/Rapid/releases/tag/rapid-v2.2.3)
#### 2024-Jan-05

Expand Down
2 changes: 1 addition & 1 deletion modules/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Context extends EventEmitter {
super();

this.privacyVersion = '20201202';
this.version = '2.2.3'; // see https://semver.org/ for examples
this.version = '2.2.4'; // see https://semver.org/ for examples

// These may be set by our continuous deployment scripts, or left empty
this.buildID = '';
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": "@rapideditor/rapid",
"version": "2.2.3",
"version": "2.2.4",
"description": "An AI-enhanced editor for OpenStreetMap",
"main": "dist/rapid.min.js",
"repository": "github:facebook/Rapid",
Expand Down

0 comments on commit 37ab4eb

Please sign in to comment.