diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ae2e0..525f3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.1 +- Bug fixes + ## 0.2.0 - Support for loading a parameters file and applying values to the output - Filter out resources by type, helps de-clutter the view on very busy templates, or when you have many similar resources you want to hide (e.g. NSG rules) diff --git a/package-lock.json b/package-lock.json index bfed9da..0b92eb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "armview", - "version": "0.1.1", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e37fd62..08f917d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "armview", "displayName": "ARM Template Viewer", "description": "Graphically display ARM templates in an interactive map view", - "version": "0.2.0", + "version": "0.2.1", "icon": "assets/img/icons/main.png", "publisher": "bencoleman", "author": {