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

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrsskls committed Sep 23, 2020
1 parent f5b572e commit 092ccda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0](https://github.com/factorial-io/fstack/compare/core/v0.1.5...core/v0.2.0) (2020-09-23)


### ⚠ BREAKING CHANGES

* **core:** only allow node 10, 12, 14

### Bug Fixes

* **core:** install packages via init as devDependencies, not dependencies ([3c61a97](https://github.com/factorial-io/fstack/commit/3c61a974dc1fd180fa0af4370c992e7f5d11bc42))


* **core:** only allow node 10, 12, 14 ([f5b572e](https://github.com/factorial-io/fstack/commit/f5b572eefe0b3cbe81410bd34664d5232d748ff0))

### [0.1.5](https://github.com/factorial-io/fstack/compare/core/v0.1.4...core/v0.1.5) (2020-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@factorial/stack-core",
"version": "0.1.5",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 092ccda

Please sign in to comment.