Skip to content

Commit ec259df

Browse files
authored
Updated changelog for release (#273)
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent de93ff2 commit ec259df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: manual/src/ornate/changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Version 0.14.0
44

5-
> Unreleased
5+
> 2018 Nov 5
66
77
This release modifies the `npmUpdate` task and splits the logic into two separate tasks; `npmInstallDependencies` and
88
`npmInstallJSResources`. `npmUpdate` has a less obvious side effect that, not only does it run `npm install`, it would
@@ -14,11 +14,14 @@ This fixes the following bugs:
1414
- [#258](https://github.com/scalacenter/scalajs-bundler/issues/258): Unable to use npmUpdate in sourceGenerators
1515
- [#261](https://github.com/scalacenter/scalajs-bundler/issues/261): Support jsdom v12.x
1616
- [#267](https://github.com/scalacenter/scalajs-bundler/issues/267): Support JDK9+
17-
17+
1818
New features:
1919
- [#264](https://github.com/scalacenter/scalajs-bundler/issues/264): Ability to set `node` [flags](https://nodejs.org/api/cli.html)
2020
- [#266](https://github.com/scalacenter/scalajs-bundler/issues/266): Custom setting for DOM enabled `JSEnv` in `test`. (`requiresDOM` is deprecated)
2121

22+
And documentation fixes:
23+
- [#269](https://github.com/scalacenter/scalajs-bundler/issues/269): Update docs
24+
2225
## Version 0.13.1
2326

2427
> 2018 Jul 13

0 commit comments

Comments
 (0)