Skip to content

Commit 5a0b655

Browse files
chore(release): new release (#214)
1 parent 8ed6d8a commit 5a0b655

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.changeset/buffers-all-sources.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# webpack-sources
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- Implements more effective `buffers` and `buffer` for `ReplaceSource` and improve performance in other places. (by [@alexander-akait](https://github.com/alexander-akait) in [#211](https://github.com/webpack/webpack-sources/pull/211))
8+
39
## 3.4.0
410

511
### Minor Changes

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "webpack-sources",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Source code handling classes for webpack",
5-
"keywords": ["webpack", "source-map"],
5+
"keywords": [
6+
"webpack",
7+
"source-map"
8+
],
69
"homepage": "https://github.com/webpack/webpack-sources#readme",
710
"bugs": {
811
"url": "https://github.com/webpack/webpack-sources/issues"
@@ -15,7 +18,10 @@
1518
"author": "Tobias Koppers @sokra",
1619
"main": "lib/index.js",
1720
"types": "types.d.ts",
18-
"files": ["lib/", "types.d.ts"],
21+
"files": [
22+
"lib/",
23+
"types.d.ts"
24+
],
1925
"scripts": {
2026
"lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:special",
2127
"lint:code": "eslint --cache .",

0 commit comments

Comments
 (0)