From a28c749a1bc9b3db5050151e2cc911e1a0b07551 Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Tue, 14 May 2024 15:17:38 -0230 Subject: [PATCH] docs: updated versions and added changelog --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f091b6f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.1.0 + +### Features + +- [🚀] Adding support for custom icons and different maki icons (#15) +- [🚀] Adding support for different map styles (#17) + +### Docs + +- [📚] Adding documentation new documentation file diff --git a/README.md b/README.md index fa287dd..e0aab46 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ This plugin uses mapbox for rendering the map image. You should be aware of the For more data privacy information about Mapbox, please refer to the [Mapbox Privacy Policy](https://www.mapbox.com/privacy/). +## Changelog + +Full changelog of the latest versions can be found in the [CHANGELOG.md](./CHANGELOG.md) file. + ## Support If you like the plugin and want to support the development, you can [buy me a coffee](https://buymeacoffee.com/aaronczichon.de). diff --git a/manifest.json b/manifest.json index 5be8f31..5addf32 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mapbox-location", "name": "Mapbox Location Image", - "version": "1.0.3", + "version": "1.1.0", "minAppVersion": "1.5.12", "description": "Show a map inside your notes with a specific format.", "author": "Aaron Czichon", diff --git a/package.json b/package.json index abac56f..f164930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-location", - "version": "1.0.3", + "version": "1.1.0", "description": "Show a map inside your notes with a specific format.", "main": "main.js", "scripts": {