Skip to content

Commit

Permalink
chore: release v5.1.0 (#1910)
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni authored May 19, 2024
1 parent d91544f commit 8f31b6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [5.1.0](https://github.com/geospoc/v-mapbox/compare/v5.0.0...v5.1.0) (2024-05-19)



## 5.0.0 (2024-02-05)

* chore: update job name in CT workflow ([e97fedf](https://github.com/geospoc/v-mapbox/commit/e97fedf))
Expand Down
4 changes: 2 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@vinayakkulkarni/v-mapbox",
"version": "5.0.0",
"version": "5.1.0",
"exports": "./dist/v-mapbox.js",
"publish": {
"exclude": [
"!dist"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-mapbox",
"version": "5.0.0",
"version": "5.1.0",
"description": "Maplibre (and Mapbox) with Vue 💚",
"main": "./dist/v-mapbox.js",
"module": "./dist/v-mapbox.js",
Expand Down

0 comments on commit 8f31b6f

Please sign in to comment.