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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrsskls committed Apr 30, 2021
1 parent 76549bf commit cd7b715
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.4.0](https://github.com/factorial-io/fstack/compare/javascript/v0.3.1...javascript/v0.4.0) (2021-04-30)


### ⚠ BREAKING CHANGES

* **javascript:** sets preventAssignment in rollup replace plugin to true

### Features

* **javascript:** sets preventAssignment in rollup replace plugin to true ([76549bf](https://github.com/factorial-io/fstack/commit/76549bf5ecf4ad3913423a768623b643bdc3c64e))

### [0.3.1](https://github.com/factorial-io/fstack/compare/javascript/v0.3.0...javascript/v0.3.1) (2021-04-30)

## [0.3.0](https://github.com/factorial-io/fstack/compare/javascript/v0.2.11...javascript/v0.3.0) (2021-03-03)
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit cd7b715

Please sign in to comment.