Skip to content

Commit 34714b2

Browse files
chore: release v0.3.0 (#94)
* chore: release v0.3.0 * fix: remove NPM_TOKEN from npmrc
1 parent c97032e commit 34714b2

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
@geospoc:registry=https://npm.pkg.github.com
2-
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [0.3.0](https://github.com/geospoc/v-mapbox-geocoder/compare/v0.2.3...v0.3.0) (2020-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* update lineending 😬 ([9d0c9cd](https://github.com/geospoc/v-mapbox-geocoder/commit/9d0c9cdf1665e3a9e0cbed39f3ccd9fc75505693))
7+
* update npmrc ([c97032e](https://github.com/geospoc/v-mapbox-geocoder/commit/c97032ebc2894c42a4c9a1fb962e21d4d960de7c))
8+
* **ci:** add name to steps ([80772c1](https://github.com/geospoc/v-mapbox-geocoder/commit/80772c10983c2fea23cd7431df99c25089076a59))
9+
* **ci:** use GITHUB_TOKEN instead ([9369ad1](https://github.com/geospoc/v-mapbox-geocoder/commit/9369ad1749ae6420a2cad5d8573f272fa606ab6d))
10+
* **rollup:** update rollup plugin babel ([1a8c945](https://github.com/geospoc/v-mapbox-geocoder/commit/1a8c945f8d83cd8eae3dceb28177e6327352903d))
11+
* rename `control` to `geocoder` ([cc01743](https://github.com/geospoc/v-mapbox-geocoder/commit/cc017430ee8a1a5df0873466041914582837816b))
12+
13+
14+
### Features
15+
16+
* **netlify:** add netlify config file ([710303f](https://github.com/geospoc/v-mapbox-geocoder/commit/710303f39237924d37d35c27cde122dc8a1d43f6))
17+
* add `.npmrc` for `[@geospoc](https://github.com/geospoc)` scoped pkgs ([c73e51e](https://github.com/geospoc/v-mapbox-geocoder/commit/c73e51e799738ad84af6cc84e996267f16f1c682))
18+
* add geocoder options in props ([938f44a](https://github.com/geospoc/v-mapbox-geocoder/commit/938f44af24d092f8f8d35901e9d68c86eb6bec67))
19+
20+
21+
122
## [0.2.3](https://github.com/geospoc/v-mapbox-geocoder/compare/v0.2.2...v0.2.3) (2020-07-17)
223

324

package-lock.json

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": "@geospoc/v-mapbox-geocoder",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "Geocoder plugin for VMapbox",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)