Skip to content

Commit

Permalink
chore(gmap-vue): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2022-02-15)

### Features

* **gmap-vue:** emit update:position event on markers ([6a34bb7](6a34bb7)), closes [#14](#14)
  • Loading branch information
semantic-release-bot committed Feb 15, 2022
1 parent 6a34bb7 commit f2fa4a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/gmap-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.1.0](https://github.com/diegoazh/gmap-vue/compare/v3.0.0...v3.1.0) (2022-02-15)


### Features

* **gmap-vue:** emit update:position event on markers ([6a34bb7](https://github.com/diegoazh/gmap-vue/commit/6a34bb765d76822e7b5ada2875955a8ce48cf923)), closes [#14](https://github.com/diegoazh/gmap-vue/issues/14)

# [3.0.0](https://github.com/diegoazh/gmap-vue/compare/v2.0.4...v3.0.0) (2022-02-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/gmap-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gmap-vue",
"version": "3.0.0",
"version": "3.1.0",
"description": "This is a google map component for Vue.js, updated for Vue 2 compatibility",
"main": "dist/main.js",
"engines": {
Expand Down

0 comments on commit f2fa4a4

Please sign in to comment.