Skip to content

Commit f560f27

Browse files
committed
chore(release): 0.2.0
1 parent 5ea3b4f commit f560f27

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [0.2.0](https://github.com/microlinkhq/function/compare/v0.1.7...v0.2.0) (2023-11-05)
6+
7+
8+
### Features
9+
10+
* add ESM bundle ([77eccc3](https://github.com/microlinkhq/function/commit/77eccc309ad88dc1853cb6e09931a8455a38ccb8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/function",
33
"description": "Browser functions as Service. Interacting with browser pages, remotely.",
44
"homepage": "https://function.microlink.io",
5-
"version": "0.1.7",
5+
"version": "0.2.0",
66
"types": "lightweight/index.d.ts",
77
"exports": {
88
"require": "./src/node.js",

0 commit comments

Comments
 (0)