Skip to content

Commit 6b9fed2

Browse files
committed
docs: bump CHANGELOG from v0.3.0 to v0.3.1
1 parent 9d97bc1 commit 6b9fed2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.3.0]
10+
## [0.3.1] - 2021-09-21
11+
12+
### Fixed
13+
14+
- Log errors to stderr, to get a better graps of what's going on
15+
- Send webpack environment to loaded presets
16+
17+
## [0.3.0] - 2021-09-19
1118

1219
### Changed
1320

@@ -31,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3138
- [`load-environment`](/lib/load-environment.js) - Load webpack environment. You can use for define environment specific configuration. Common environments can be development, production, debug, test and so on
3239
- [`loader`](/lib/loader.js) - Loads webpackc onfiguration file given it a path and environment object
3340

34-
[unreleased]: https://github.com/pherval/webpack-config-organizer/compare/v0.3.0...HEAD
41+
[unreleased]: https://github.com/pherval/webpack-config-organizer/compare/v0.3.1...HEAD
42+
[0.3.1]: https://github.com/pherval/webpack-config-organizer/compare/v0.3.0...v0.3.1
3543
[0.3.0]: https://github.com/pherval/webpack-config-organizer/compare/v0.2.0...v0.3.0
3644
[0.2.0]: https://github.com/pherval/webpack-config-organizer/compare/v0.2.0-alpha.1...v0.2.0
3745
[0.2.0-alpha.1]: https://github.com/pherval/webpack-config-organizer/compare/v0.1.0...v0.2.0-alpha.1

0 commit comments

Comments
 (0)