Skip to content

Commit

Permalink
Update changelog for 3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Mar 12, 2021
1 parent 3e875f6 commit dc0e9fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.4.0] - 2020-07-29

### Added

- Support for Webpack 5, see [#51](https://github.com/dividab/tsconfig-paths-webpack-plugin/pull/66). Fixes [#50](https://github.com/dividab/tsconfig-paths-webpack-plugin/issues/61). Thanks to [@Brian-McBride](https://github.com/Brian-McBride) for this addition!


## [3.3.0] - 2020-07-29

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"compile:example": "tsc -p example",
"example": "yarn build && cd example && webpack && node custom-fs.js",
"build": "npm run test && rimraf lib && tsc -p src/tsconfig.lib.json",
"build": "rimraf lib && tsc -p src/tsconfig.lib.json",
"lint": "tslint -t msbuild './src/**/*.ts{,x}' -e './src/node_modules/**/*'",
"test": "jest",
"verify": "yarn build && yarn lint",
Expand All @@ -51,4 +51,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit dc0e9fe

Please sign in to comment.