From 5c07ab7d67a451ccfa5aba2c612d8e10e59a3d19 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 14 Jan 2024 12:32:44 -0500 Subject: [PATCH] [node][main] Update latest release to node-v5.3.0 (#2018) --- package-lock.json | 4 ++-- package.json | 2 +- platform/node/CHANGELOG.md | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b092bb7e497..ca0752336c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-native", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-native", - "version": "5.2.0", + "version": "5.3.0", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index 030c62afc5a..4a2e055ece2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maplibre/maplibre-gl-native", - "version": "5.2.0", + "version": "5.3.0", "description": "Renders map tiles with MapLibre Native", "keywords": [ "maplibre", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 48c4d2cb872..51e27995f04 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,6 +1,11 @@ ## main +## 5.3.0 + +* [Note] This is a OpenGL-2 release. It does not include metal support. +* [Breaking] Removes node 14 binary build and adds node 20 binary build. We are now building binaries for node 16,18,20 @acalcutt https://github.com/maplibre/maplibre-native/pull/1941 +* [Breaking] Linux binary is now built on Ubuntu 22.04 instead of Ubuntu 20.04. it could require a OS update to use this update on linux. @acalcutt https://github.com/maplibre/maplibre-native/pull/1941 * Make Node Map object options "request" property optional by @tdcosta100 in https://github.com/maplibre/maplibre-native/pull/904 * Compile Node targets without -std=c++11 option by @tdcosta100 in https://github.com/maplibre/maplibre-native/pull/926