Skip to content

Commit 6240d85

Browse files
committed
chore: release version v15.0.0
1 parent 4d7b408 commit 6240d85

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="15.0.0"></a>
2+
# [15.0.0](https://github.com/ipfs/aegir/compare/v14.0.0...v15.0.0) (2018-07-05)
3+
4+
5+
### Bug Fixes
6+
7+
* add unminified build ([659271c](https://github.com/ipfs/aegir/commit/659271c))
8+
* fix node version, add fromAegir to utils ([241f0ca](https://github.com/ipfs/aegir/commit/241f0ca))
9+
* fix original build and test with webpack 4 ([9a98a98](https://github.com/ipfs/aegir/commit/9a98a98))
10+
* fix the test --flow options description ([e7eb815](https://github.com/ipfs/aegir/commit/e7eb815))
11+
* make pre-push opt-in ([870bd2d](https://github.com/ipfs/aegir/commit/870bd2d))
12+
* reduce browserlist to production only ([428c125](https://github.com/ipfs/aegir/commit/428c125))
13+
* rework NODE_ENV, indentation, support fn in user webpack ([4f31cea](https://github.com/ipfs/aegir/commit/4f31cea))
14+
* use babel instead of flow-remove-types ([c969a97](https://github.com/ipfs/aegir/commit/c969a97))
15+
* use transform-flow-comments Babel plugin ([32a0373](https://github.com/ipfs/aegir/commit/32a0373))
16+
17+
18+
### Features
19+
20+
* add ability for user to configure linted files ([4accd80](https://github.com/ipfs/aegir/commit/4accd80))
21+
* add experimental browser build and karma setup ([a8b393c](https://github.com/ipfs/aegir/commit/a8b393c))
22+
* add flow support ([25043f6](https://github.com/ipfs/aegir/commit/25043f6))
23+
* lint commit messages ([0597098](https://github.com/ipfs/aegir/commit/0597098))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* webpack bumped to version 4+
29+
30+
31+
132
<a name="14.0.0"></a>
233
# [14.0.0](https://github.com/ipfs/aegir/compare/v13.1.0...v14.0.0) (2018-05-31)
334

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aegir",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"description": "JavaScript project management",
55
"leadMaintainer": "Victor Bjelkholm <[email protected]>",
66
"main": "cli.js",

0 commit comments

Comments
 (0)