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

Commit 7925264

Browse files
author
v.potekhin
committed
"chore(release): 2.0.0"
1 parent 8c7d7be commit 7925264

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/ng-web-apis/geolocation/compare/v1.0.3...v2.0.0) (2022-08-06)
6+
7+
### Features
8+
9+
- **core:** update to ng v12 ([5790424](https://github.com/ng-web-apis/geolocation/commit/579042424018bdab22ab555b2e868757bdd13c4f))
10+
- **readme:** add browser support ([c19f333](https://github.com/ng-web-apis/geolocation/commit/c19f333fbec00ffbff75e39d0d7b0dee85c5e9df))
11+
12+
### Bug Fixes
13+
14+
- **service:** add type workaround to support TS 4.1+ ([a1091c7](https://github.com/ng-web-apis/geolocation/commit/a1091c73708013be6805edf857aca2cf3578c437))
15+
516
### [1.0.4](https://github.com/ng-web-apis/geolocation/compare/v1.0.3...v1.0.4) (2021-02-05)
617

718
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-web-apis/geolocation",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "This is a library for declarative use of Geolocation API with Angular",
55
"keywords": ["angular", "ng", "Geolocation api", "pwa", "progressive web app"],
66
"scripts": {

0 commit comments

Comments
 (0)