Skip to content

Commit 9867909

Browse files
chore: release v0.0.2 (#12)
1 parent bac7e80 commit 9867909

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.2](https://github.com/geoql/v-mapkit.js/compare/v0.0.1...v0.0.2) (2021-07-03)
2+
3+
4+
### Bug Fixes
5+
6+
* better error handling for `loadMapKit()` ([2147b2b](https://github.com/geoql/v-mapkit.js/commit/2147b2b4a97cca899a091d7793915974a3f4a0d2))
7+
* **deps:** bump actions/setup-node from 2.1.5 to 2.2.0 ([5ece72d](https://github.com/geoql/v-mapkit.js/commit/5ece72d949ba05d198eed4657cf0c2748585de89))
8+
9+
10+
111
## 0.0.1 (2021-06-25)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoql/v-mapkit.js",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "MapKit with the power of Vue 3",
55
"types": "types/index.d.ts",
66
"main": "dist/v-mapkit.cjs.js",

0 commit comments

Comments
 (0)