Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jun 6, 2022
1 parent 68d73bc commit ee3520e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#xxx]: https://github.com/bhousel/node-diff3/issues/xxx
-->

## 3.1.2
##### 2022-Jun-06

* Rearrange "default" export to end of list for Webpack ([#58])

[#58]: https://github.com/bhousel/node-diff3/issues/58


## 3.1.1
##### 2022-Jun-03

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-diff3",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"repository": "github:bhousel/node-diff3",
"description": "A node.js module for text diffing and three-way-merge.",
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"c8": "^7.11.3",
"esbuild": "^0.14.42",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"npm-run-all": "^4.1.5",
"shx": "^0.3.4",
"tap": "^16.2.0"
Expand Down

0 comments on commit ee3520e

Please sign in to comment.