Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
v0.0.7\n\n<a name="0.0.7"></a>
Browse files Browse the repository at this point in the history
## [0.0.7](v0.0.6...v0.0.7) (2016-04-06)

### Bug Fixes

* **dropdown:** align pin/address icon with suggestion text ([f6e62ea](f6e62ea)), closes [#67](#67)
* **dropdown:** trim whitespace in locale name ([9be3171](9be3171)), closes [#65](#65)
* **website:** Fix different SVG's issues ([e611b53](e611b53))

### Features

* **events:** add `suggestions` and `cursorchanged` events ([3d3233f](3d3233f))
  • Loading branch information
vvo committed Apr 6, 2016
1 parent f6e62ea commit 9928383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "places.js",
"version": "0.0.6",
"version": "0.0.7",
"description": "🌐 The easiest way to add fast geo search to your website.",
"main": "dist/npm/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.0.6';
export default '0.0.7';

0 comments on commit 9928383

Please sign in to comment.