Skip to content

Commit 359ee6b

Browse files
committed
chore(release): v0.1.3
1 parent 853232e commit 359ee6b

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.3](https://github.com/microlinkhq/functions/compare/v0.1.2...v0.1.3) (2022-02-24)
7+
8+
**Note:** Version bump only for package @microlink/functions-root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.2"
5+
"version": "0.1.3"
66
}

packages/npm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.3](https://github.com/microlinkhq/function/compare/v0.1.2...v0.1.3) (2022-02-24)
7+
8+
**Note:** Version bump only for package @microlink/function

packages/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microlink/function",
33
"homepage": "https://github.com/microlinkhq/function#readme",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"main": "src/node.js",
66
"browser": "src/browser.js",
77
"author": {

0 commit comments

Comments
 (0)