Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Feb 24, 2020
1 parent 432a34e commit 3bde3ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [4.0.0](https://github.com/marko-js/webpack/compare/v3.0.0...v4.0.0) (2020-02-24)


### ⚠ BREAKING CHANGES

* The getClientCompilerName API has been removed.

### Features

* dynamic builds now use $global.buildName ([46b204e](https://github.com/marko-js/webpack/commit/46b204e158678714ae80ae1b39fab3af588c579e))


### Bug Fixes

* eslint path ([ea77337](https://github.com/marko-js/webpack/commit/ea77337de3c027b85994743cb1fa4bbd4f20072b))

## [3.0.0](https://github.com/marko-js/webpack/compare/v2.1.0...v3.0.0) (2020-02-20)


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
@@ -1,7 +1,7 @@
{
"name": "@marko/webpack",
"description": "a Marko plugin and loader for Webpack",
"version": "3.0.0",
"version": "4.0.0",
"bugs": "https://github.com/marko-js/webpack/issues",
"dependencies": {
"base-x": "^3.0.7",
Expand Down

0 comments on commit 3bde3ce

Please sign in to comment.