Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 4c9e977

Browse files
committed
chore(release): add changelog and bump version
1 parent 7e408e9 commit 4c9e977

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.1.0"></a>
2+
# [1.1.0 emma](https://github.com/SebastianM/angular-google-maps/compare/1.0.0...1.1.0) (2019-11-21)
3+
4+
5+
### Bug Fixes
6+
7+
* MapTypeControlStyle enum values ([8abe038](https://github.com/SebastianM/angular-google-maps/commit/8abe038)), closes [#1688](https://github.com/SebastianM/angular-google-maps/issues/1688)
8+
* **GoogleMapsAPIWrapper:** run Google Maps Apis outside of Angular ([#1714](https://github.com/SebastianM/angular-google-maps/issues/1714)) ([57685f2](https://github.com/SebastianM/angular-google-maps/commit/57685f2)), closes [#815](https://github.com/SebastianM/angular-google-maps/issues/815)
9+
10+
11+
### Features
12+
13+
* **AgmGeocoder:** add geocoder service and tests ([#1743](https://github.com/SebastianM/angular-google-maps/issues/1743)) ([3549ccf](https://github.com/SebastianM/angular-google-maps/commit/3549ccf)), closes [#1694](https://github.com/SebastianM/angular-google-maps/issues/1694)
14+
* **AgmMarker:** add dblclick observable ([#1739](https://github.com/SebastianM/angular-google-maps/issues/1739)) ([c16e666](https://github.com/SebastianM/angular-google-maps/commit/c16e666)), closes [#1601](https://github.com/SebastianM/angular-google-maps/issues/1601)
15+
* google map language to default to LOCALE_ID ([#1754](https://github.com/SebastianM/angular-google-maps/issues/1754)) ([56a858e](https://github.com/SebastianM/angular-google-maps/commit/56a858e))
16+
* support google maps drawing library ([#1749](https://github.com/SebastianM/angular-google-maps/issues/1749)) ([a1a17a6](https://github.com/SebastianM/angular-google-maps/commit/a1a17a6))
17+
118
<a name="1.0.0"></a>
219
# [1.0.0 emma-soon](https://github.com/SebastianM/angular-google-maps/compare/1.0.0-beta.7...1.0.0) (2019-09-17)
320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agm/_dev",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Angular components for Google Maps",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)