Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-bump committed Dec 9, 2020
1 parent 861b7ee commit e540d8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

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.1.2 (2020-12-09)


### Bug Fixes

* esbuild cannot be bundled because its a native module ([861b7ee](https://github.com/eladb/cfunctions/commit/861b7eefd5874897dd4cdf4f977c31ffbbd76b7b))

### 0.1.1 (2020-12-09)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"keywords": [],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.1.1",
"version": "0.1.2",
"jest": {
"clearMocks": true,
"collectCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.1"
"version": "0.1.2"
}

0 comments on commit e540d8e

Please sign in to comment.