diff --git a/History.md b/History.md index 3f131c4..26aba90 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.0.1 / 2024-02-22 +================== + + * add github actions + * add basic tests + * replace jshint with @pirxpilot/jshint + 1.0.0 / 2018-03-17 ================== diff --git a/package.json b/package.json index 95dde5f..1250222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dump-tile", - "version": "1.0.0", + "version": "1.0.1", "description": "Dumps MVT tiles encoded in .pbf to JSON", "author": { "name": "Damian Krzeminski",