Skip to content

Commit f5138b8

Browse files
committed
chore(release): v0.1.7
1 parent 19187c0 commit f5138b8

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7](https://github.com/microlinkhq/functions/compare/v0.1.6...v0.1.7) (2022-09-04)
7+
8+
**Note:** Version bump only for package @microlink/functions-root
9+
10+
11+
12+
13+
614
## [0.1.6](https://github.com/microlinkhq/functions/compare/v0.1.5...v0.1.6) (2022-02-24)
715

816
**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.6"
5+
"version": "0.1.7"
66
}

packages/npm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7](https://github.com/microlinkhq/function/compare/v0.1.6...v0.1.7) (2022-09-04)
7+
8+
**Note:** Version bump only for package @microlink/function
9+
10+
11+
12+
13+
614
## [0.1.6](https://github.com/microlinkhq/function/compare/v0.1.5...v0.1.6) (2022-02-24)
715

816
**Note:** Version bump only for package @microlink/function

packages/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/function",
33
"homepage": "https://github.com/microlinkhq/function#readme",
44
"url": "https://function.microlink.io",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"main": "src/node.js",
77
"browser": "src/browser.js",
88
"author": {
@@ -38,10 +38,10 @@
3838
"@rollup/plugin-replace": "latest",
3939
"abort-controller": "latest",
4040
"ava": "latest",
41+
"c8": "latest",
4142
"conventional-github-releaser": "latest",
4243
"node-fetch": "2",
4344
"npm-check-updates": "latest",
44-
"c8": "latest",
4545
"rollup": "latest",
4646
"rollup-plugin-filesize": "latest",
4747
"rollup-plugin-shim": "latest",

0 commit comments

Comments
 (0)