Skip to content

Commit

Permalink
docs: updated versions and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed May 14, 2024
1 parent 4d99644 commit a28c749
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a28c749

Please sign in to comment.