Skip to content

Commit

Permalink
Preps v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 28, 2020
1 parent ac84dc2 commit 12545e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## [0.3.0]

### Changed

- 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)

## [0.2.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tsl-problem-matcher",
"displayName": "TypeScript + Webpack Problem Matchers",
"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",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "Eric Amodio",
"email": "[email protected]"
Expand Down

0 comments on commit 12545e3

Please sign in to comment.