From 9ef6f54a1fefa56ac833c04866ea7144ab2af9a2 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 5 Nov 2023 20:56:29 +0100 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21adbf..0032182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2](https://github.com/microlinkhq/function/compare/v0.2.1...v0.2.2) (2023-11-05) + ### [0.2.1](https://github.com/microlinkhq/function/compare/v0.2.0...v0.2.1) (2023-11-05) ## [0.2.0](https://github.com/microlinkhq/function/compare/v0.1.7...v0.2.0) (2023-11-05) diff --git a/package.json b/package.json index 306edf2..b3f8a93 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.2.1", + "version": "0.2.2", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",