Skip to content

Commit

Permalink
chore: release v0.1.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Jan 4, 2023
1 parent 463d7ee commit 114ca37
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# [0.1.0](https://github.com/geoql/maplibre-gl-draw-circle/compare/v1.1.1...v0.1.0) (2023-01-04)


### Bug Fixes

* migrate `index.js` inside ([59efa51](https://github.com/geoql/maplibre-gl-draw-circle/commit/59efa5113a8a655fdbcc89f0d0b20028c992b79d))
* remove unused `__config` file ([6b2427d](https://github.com/geoql/maplibre-gl-draw-circle/commit/6b2427d5bdf1c8335b149291e09816ffc8b9b3ae))
* run CT on `workflow_call` ([cb1dea5](https://github.com/geoql/maplibre-gl-draw-circle/commit/cb1dea5340d1863f6b78ae74ac35a31c35b2eadc))
* update github meta files ([2175fd5](https://github.com/geoql/maplibre-gl-draw-circle/commit/2175fd5a5417cc069bed0672ddfcc6ba86dd443c))


### Features

* add lint staged config ([807a490](https://github.com/geoql/maplibre-gl-draw-circle/commit/807a49054888af4aaafe34279570d7bc1ba8ce29))
* add prettier config file ([aa975c8](https://github.com/geoql/maplibre-gl-draw-circle/commit/aa975c8ab4df714bf694494e0d716b2be6411830))
* add shipjs config ([0e8439c](https://github.com/geoql/maplibre-gl-draw-circle/commit/0e8439c07048c55305a1018bf823baa501d1b9f9))
* update lockfile & dependencies ([fa5bcb2](https://github.com/geoql/maplibre-gl-draw-circle/commit/fa5bcb2bf5a888f81d107ed034cf9f607a2d0e50))



## [1.1.1](https://github.com/geoql/maplibre-gl-draw-circle/compare/v1.1.0...v1.1.1) (2020-07-16)



# 1.1.0 (2019-08-04)



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": "@geoql/maplibre-gl-draw-circle",
"version": "0.0.0",
"version": "0.1.0",
"description": "A module to draw a circle on maplibre-gl map",
"main": "./dist/maplibre-gl-draw-circle.js",
"module": "./dist/maplibre-gl-draw-circle.js",
Expand Down

0 comments on commit 114ca37

Please sign in to comment.