Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 3abaf00

Browse files
committed
Release 2.4.0
1 parent 1f00abc commit 3abaf00

11 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name"2.3.5"></a>
2+
### 2.3.5 (2016-09-19)
3+
4+
5+
#### Bug Fixes
6+
7+
* **docs:** correct changelog version number ([62eb11fb](https://github.com/angular-ui/angular-google-maps/commit/62eb11fb))
8+
* **model-key:** model-key comparison on objects ([139c5e4a](https://github.com/angular-ui/angular-google-maps/commit/139c5e4a), closes [#1485](https://github.com/angular-ui/angular-google-maps/issues/1485))
9+
10+
111
<a name"2.3.4"></a>
212
### 2.3.4 (2016-08-15)
313

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-maps",
3-
"version": "2.3.4",
3+
"version": "2.4.0",
44
"license": "MIT",
55
"main": "./dist/angular-google-maps.js",
66
"dependencies": {

dist/angular-google-maps-street-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.3.4 2016-09-19
1+
/*! angular-google-maps 2.4.0 2016-09-19
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/

dist/angular-google-maps-street-view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.3.4 2016-09-19
1+
/*! angular-google-maps 2.4.0 2016-09-19
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/

dist/angular-google-maps.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps_dev_mapped.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.3.4 2016-09-19
1+
/*! angular-google-maps 2.4.0 2016-09-19
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/

dist/angular-google-maps_dev_mapped.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-maps",
3-
"version": "2.3.4",
3+
"version": "2.4.0",
44
"description": "AngularJS directives for Google Maps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)