Skip to content

Commit 4bfb1ad

Browse files
committed
Bumps to v0.5.0
1 parent 03a6df6 commit 4bfb1ad

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: [eamodio]
4-
patreon: eamodio
3+
#github: [eamodio]

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ignore-engines true
2+
version-git-message "Bumps to v%s"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.5.0]
8+
9+
### Changed
10+
11+
- Updates problem matchers to better work with webpack-cli@4 changes
12+
713
## [0.4.0]
814

915
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tsl-problem-matcher",
33
"displayName": "TypeScript + Webpack Problem Matchers",
44
"description": "Provides problem matchers for TypeScript projects using Webpack with ts-loader, fork-ts-checker-webpack-plugin with or without eslint, and/or tslint-loader",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "eamodio@gmail.com"

0 commit comments

Comments
 (0)