diff --git a/CHANGELOG.md b/CHANGELOG.md index 477c558..17d8aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/ng-web-apis/geolocation/compare/v1.0.1...v1.0.2) (2020-02-14) + ### 1.0.1 (2020-02-13) ### Features diff --git a/package-lock.json b/package-lock.json index 4a70c63..131f9be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e6ca388..2f65c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ng-web-apis/geolocation", - "version": "1.0.1", + "version": "1.0.2", "description": "This is a library for declarative use of Geolocation API with Angular", "keywords": ["angular", "ng", "Geolocation api", "pwa", "progressive web app"], "scripts": { @@ -26,13 +26,12 @@ "release:patch": "npm run release -- --release-as patch", "release:minor": "npm run release -- --release-as minor", "release:major": "npm run release -- --release-as major", - "publish": "npm run build:all && npm publish:all", "build:all": "npm run build:geolocation", "publish:all": "npm run publish:geolocation", "build:geolocation": "ng run geolocation:build", "test:geolocation": "ng run geolocation:test", "test:geolocation:watch": "ng run geolocation:test --watch=true", - "publish:geolocation": "npm run build && npm publish ./dist/geolocation", + "publish": "npm run build && npm publish ./dist/geolocation", "postbuild": "node scripts/postbuild.js" }, "license": "MIT",