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

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Feb 14, 2020
1 parent f2b778c commit 3096356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions 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": {
Expand All @@ -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",
Expand Down

0 comments on commit 3096356

Please sign in to comment.