Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Cap-go/capacitor-nativegeocoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.43
Choose a base ref
...
head repository: Cap-go/capacitor-nativegeocoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.44
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 16, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5cc0366 View commit details

Commits on Jan 23, 2023

  1. Copy the full SHA
    9678697 View commit details
Showing with 137 additions and 129 deletions.
  1. +2 −0 CHANGELOG.md
  2. +1 −1 package.json
  3. +134 −128 pnpm-lock.yaml
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

### [0.1.44](https://github.com/Cap-go/capacitor-nativegeocoder/compare/v0.1.43...v0.1.44) (2023-01-23)

### [0.1.43](https://github.com/Cap-go/capacitor-nativegeocoder/compare/v0.1.42...v0.1.43) (2023-01-16)

### [0.1.42](https://github.com/Cap-go/capacitor-nativegeocoder/compare/v0.1.41...v0.1.42) (2023-01-04)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capgo/nativegeocoder",
"version": "0.1.43",
"version": "0.1.44",
"description": "Capacitor plugin for native forward and reverse geocoding",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Loading