Skip to content

Commit

Permalink
chore(release): v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 4, 2022
1 parent 19187c0 commit f5138b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/microlinkhq/functions/compare/v0.1.6...v0.1.7) (2022-09-04)

**Note:** Version bump only for package @microlink/functions-root





## [0.1.6](https://github.com/microlinkhq/functions/compare/v0.1.5...v0.1.6) (2022-02-24)

**Note:** Version bump only for package @microlink/functions-root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.6"
"version": "0.1.7"
}
8 changes: 8 additions & 0 deletions packages/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/microlinkhq/function/compare/v0.1.6...v0.1.7) (2022-09-04)

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





## [0.1.6](https://github.com/microlinkhq/function/compare/v0.1.5...v0.1.6) (2022-02-24)

**Note:** Version bump only for package @microlink/function
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microlink/function",
"homepage": "https://github.com/microlinkhq/function#readme",
"url": "https://function.microlink.io",
"version": "0.1.6",
"version": "0.1.7",
"main": "src/node.js",
"browser": "src/browser.js",
"author": {
Expand Down Expand Up @@ -38,10 +38,10 @@
"@rollup/plugin-replace": "latest",
"abort-controller": "latest",
"ava": "latest",
"c8": "latest",
"conventional-github-releaser": "latest",
"node-fetch": "2",
"npm-check-updates": "latest",
"c8": "latest",
"rollup": "latest",
"rollup-plugin-filesize": "latest",
"rollup-plugin-shim": "latest",
Expand Down

0 comments on commit f5138b8

Please sign in to comment.