Skip to content

Commit

Permalink
[node][main] Release node v6.0.0 (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Sep 1, 2024
1 parent b850c25 commit 9dbc0ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions platform/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

## main

## 6.0.0-pre.1
## 6.0.0
* [Note] This is the first release that is back on the main branch.
* This is the first release that uses Metal for rendering for macOS. This is a graphics API from Apple that replaces OpenGL (ES) on Apple platforms.
* This is the first release that uses OpenGL ES 3.0 for Windows and Linux.
* macOS binary is now built on macOS 14.

## 5.4.1-pre.0
## 5.4.1
* [Note] This is a OpenGL-2 release. It does not include metal support.
* Fix crash that happened with some PBF files ([Issue](https://github.com/maplibre/maplibre-native/issues/795), [PR](https://github.com/maplibre/maplibre-native/pull/2460)).
* Upgrade NAN to 2.19 to support Node 22 (https://github.com/maplibre/maplibre-native/pull/2426)
Expand Down
4 changes: 2 additions & 2 deletions platform/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platform/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maplibre/maplibre-gl-native",
"version": "6.0.0-pre.1",
"version": "6.0.0",
"description": "Renders map tiles with MapLibre Native",
"keywords": [
"maplibre",
Expand Down

0 comments on commit 9dbc0ae

Please sign in to comment.