Skip to content

Commit

Permalink
rapid-2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 14, 2024
1 parent 9c6fbe1 commit e90c7d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .npmignore

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# [2.4.1](https://github.com/facebook/Rapid/releases/tag/rapid-v2.4.1)
#### 2024-Sep-14

#### :hammer: Development
* [#1561] Reduce package size for JSDelivr CDN: only publish the `/dist` folder to npm

[#1561]: https://github.com/facebook/Rapid/issues/1561


# [2.4.0](https://github.com/facebook/Rapid/releases/tag/rapid-v2.4.0)
#### 2024-Sep-13

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

this.version = '2.4.0'; // see https://semver.org/ for examples
this.version = '2.4.1'; // see https://semver.org/ for examples
// this.version = '2.4.0-pre.0'; // see https://semver.org/ for examples

// If user has not seen this version of our software, we will show them a modal at startup.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/rapid",
"version": "2.4.0",
"version": "2.4.1",
"description": "An AI-enhanced editor for OpenStreetMap",
"repository": "github:facebook/Rapid",
"homepage": "https://rapideditor.org",
Expand All @@ -12,6 +12,7 @@
"license": "ISC",
"type": "module",
"main": "dist/rapid.min.js",
"files": [ "dist/" ],
"scripts": {
"all": "run-s clean build dist",
"benchmark": "run-p start:server test:benchmark",
Expand Down

0 comments on commit e90c7d3

Please sign in to comment.