diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e34f417 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.2.0](https://github.com/microlinkhq/function/compare/v0.1.7...v0.2.0) (2023-11-05) + + +### Features + +* add ESM bundle ([77eccc3](https://github.com/microlinkhq/function/commit/77eccc309ad88dc1853cb6e09931a8455a38ccb8)) diff --git a/package.json b/package.json index c1ea58a..d093f2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/function", "description": "Browser functions as Service. Interacting with browser pages, remotely.", "homepage": "https://function.microlink.io", - "version": "0.1.7", + "version": "0.2.0", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",