diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e4a9b..9c02be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [2.0.0](https://github.com/RealShadowNova/property-helpers/compare/v1.1.0...v2.0.0) - (2022-09-17) + +## 📝 Documentation + +- Add `typedoc-json-parser` (#20) ([c18bd4f](https://github.com/RealShadowNova/property-helpers/commit/c18bd4fe27902630dbf0437343bfa1f35cff3a67)) + +## 🚀 Features + +- **build:** Remove `umd` bundle ([16324f3](https://github.com/RealShadowNova/property-helpers/commit/16324f3b18ec4f3d3261ee3177eefef480bf2d05)) + + ### 💥 Breaking Changes: + - The `UMD` bundle has been removed + + ## [1.1.0](https://github.com/RealShadowNova/property-helpers/compare/v1.0.1...v1.1.0) (2022-04-12) ### Features diff --git a/package.json b/package.json index 8758906..8f70abe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "property-helpers", - "version": "1.1.0", + "version": "2.0.0", "description": "Simple helper functions for working with properties", "author": "Hezekiah Hendry ", "license": "MIT",