Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Apr 4, 2018
1 parent 90a84bd commit 646fd60
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

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.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/micromata/baumeister/compare/3.0.0-beta.1...3.0.0) (2018-04-04)


### Code Refactoring

* **scripts:** serve build via `npm run build:serve` ([ce2cc70](https://github.com/micromata/baumeister/commit/ce2cc70))


### Features

* add PRODUCTION constant to ESLint config ([bb0c954](https://github.com/micromata/baumeister/commit/bb0c954))
* improve the cacheability of the vendor bundle ([735f2e6](https://github.com/micromata/baumeister/commit/735f2e6))
* reduce noise in terminal (especially in watch mode) ([90a84bd](https://github.com/micromata/baumeister/commit/90a84bd))
* setup Babel plugin transform-imports ([da517ed](https://github.com/micromata/baumeister/commit/da517ed))
* setup tree shaking ([90561f9](https://github.com/micromata/baumeister/commit/90561f9))


### BREAKING CHANGES

* **scripts:** Change the npm script name fpr serving the dist directory from `npm run build:check ` to `npm run build:serve`
* The webpack runtime has moved into a separate file. Therefore you need to add a reference to that file into your HTML / Handlebars file(s) before the vendor bundle:

```html
<!-- webpack runtime JS -->
@@runtime.js

<!-- Vendor JS -->
@@vendor.js

<!-- Own JS -->
@@app.js
```

See <https://developers.google.com/web/fundamentals/performance/webpack/use-long-term-caching#webpack_runtime_code> for details about the why.



<a name="3.0.0-beta.1"></a>
# [3.0.0-beta.1](https://github.com/micromata/baumeister/compare/3.0.0-beta.0...3.0.0-beta.1) (2018-03-21)

Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": ">=6.0.0"
},
"license": "MIT",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"repository": "micromata/baumeister",
"private": true,
"scripts": {
Expand Down

0 comments on commit 646fd60

Please sign in to comment.