Skip to content

Commit

Permalink
Updated changelog for release (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Quiroz <[email protected]>
  • Loading branch information
cquiroz authored Nov 3, 2018
1 parent de93ff2 commit ec259df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manual/src/ornate/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version 0.14.0

> Unreleased
> 2018 Nov 5
This release modifies the `npmUpdate` task and splits the logic into two separate tasks; `npmInstallDependencies` and
`npmInstallJSResources`. `npmUpdate` has a less obvious side effect that, not only does it run `npm install`, it would
Expand All @@ -14,11 +14,14 @@ This fixes the following bugs:
- [#258](https://github.com/scalacenter/scalajs-bundler/issues/258): Unable to use npmUpdate in sourceGenerators
- [#261](https://github.com/scalacenter/scalajs-bundler/issues/261): Support jsdom v12.x
- [#267](https://github.com/scalacenter/scalajs-bundler/issues/267): Support JDK9+

New features:
- [#264](https://github.com/scalacenter/scalajs-bundler/issues/264): Ability to set `node` [flags](https://nodejs.org/api/cli.html)
- [#266](https://github.com/scalacenter/scalajs-bundler/issues/266): Custom setting for DOM enabled `JSEnv` in `test`. (`requiresDOM` is deprecated)

And documentation fixes:
- [#269](https://github.com/scalacenter/scalajs-bundler/issues/269): Update docs

## Version 0.13.1

> 2018 Jul 13
Expand Down

0 comments on commit ec259df

Please sign in to comment.