Skip to content

Commit 12545e3

Browse files
committed
Preps v0.3.0
1 parent ac84dc2 commit 12545e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.3.0]
8+
9+
### Changed
10+
11+
- Changes to support updated warning/error output for v5 of the [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin)
12+
713
## [0.2.0]
814

915
### Added

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.2.0",
5+
"version": "0.3.0",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "eamodio@gmail.com"

0 commit comments

Comments
 (0)