Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakjan committed Oct 6, 2023
1 parent 42eba9d commit 65d491b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.5

- bundle mapbox-gl-draw 1.3.0 sources - fix resolveOnly

## 2.2.4

- bundle mapbox-gl-draw 1.3.0 sources
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install mapbox-gl-draw-geodesic
or

```
<script src="https://unpkg.com/[email protected].4/dist/mapbox-gl-draw-geodesic.umd.min.js"></script>
<script src="https://unpkg.com/[email protected].5/dist/mapbox-gl-draw-geodesic.umd.min.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://api.mapbox.com/mapbox-gl-js/v1.13.1/mapbox-gl.css" rel="stylesheet">
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.3.0/mapbox-gl-draw.js"></script>
<link href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.3.0/mapbox-gl-draw.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected].4/dist/mapbox-gl-draw-geodesic.umd.js"></script>
<script src="https://unpkg.com/[email protected].5/dist/mapbox-gl-draw-geodesic.umd.js"></script>
<!-- <script src="../dist/mapbox-gl-draw-geodesic.umd.js"></script> -->
<style>
body {
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-draw-geodesic",
"version": "2.2.4",
"version": "2.2.5",
"description": "Geodesic plugin for Mapbox GL Draw",
"keywords": [
"mapbox-gl",
Expand Down

1 comment on commit 65d491b

@vercel
Copy link

@vercel vercel bot commented on 65d491b Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.