diff --git a/.github/workflows/publish-style-spec.yml b/.github/workflows/publish-style-spec.yml index b22abcaf5a..7deecc78a9 100644 --- a/.github/workflows/publish-style-spec.yml +++ b/.github/workflows/publish-style-spec.yml @@ -30,7 +30,7 @@ jobs: - name: Build style spec run: | npm run build-style-spec - cp -r dist/style-spec/ src/style-spec/dist + cp -r dist/style-spec/* src/style-spec/dist - name: Check version and publish run: | diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index 11746b0569..3bd7d6eaeb 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -1,3 +1,8 @@ +## 14.0.2 + +### ✨ Features and improvements +* Fix node entry points [#400](https://github.com/maplibre/maplibre-gl-js/issues/400) + ## 14.0.1 ### ✨ Features and improvements diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 9c2f82a4f7..e6ed5dfebc 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre gl styles", - "version": "14.0.1", + "version": "14.0.2", "author": "MapLibre", "keywords": [ "mapbox",