Skip to content

Commit be48737

Browse files
committed
chore(release): 0.2.3
1 parent 80eed0e commit be48737

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [0.2.3](https://github.com/microlinkhq/function/compare/v0.2.2...v0.2.3) (2026-03-17)
6+
7+
8+
### Bug Fixes
9+
10+
* command ([bea2e65](https://github.com/microlinkhq/function/commit/bea2e65846f53395e0fead5073aa93b57ea32f48))
11+
* tsup dts resolution ([620281f](https://github.com/microlinkhq/function/commit/620281fc647739dd82ca8378b1d0735293acf3a9))
12+
513
### [0.2.2](https://github.com/microlinkhq/function/compare/v0.2.1...v0.2.2) (2023-11-05)
614

715
### [0.2.1](https://github.com/microlinkhq/function/compare/v0.2.0...v0.2.1) (2023-11-05)

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.2.2",
5+
"version": "0.2.3",
66
"types": "src/index.d.ts",
77
"exports": {
88
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)