Skip to content

Commit

Permalink
Merge pull request #48 from thoov/version-bump
Browse files Browse the repository at this point in the history
Version bump and changelog for 4.0.0
  • Loading branch information
thoov authored May 1, 2021
2 parents 53d8693 + aec8ded commit d0c92e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.2.0
- [#47](https://github.com/SparshithNR/fs-merger/pull/47) Remove unused dependencies and update remaining to latest
- [#46](https://github.com/SparshithNR/fs-merger/pull/46) Add basic linting setup
- [#45](https://github.com/SparshithNR/fs-merger/pull/45) Refactors to simplify the FS proxy implementation
- [#44](https://github.com/SparshithNR/fs-merger/pull/44) Fix typo in workflow configuration
- [#41](https://github.com/SparshithNR/fs-merger/pull/41) Migrate to GitHub Actions
- [#40](https://github.com/SparshithNR/fs-merger/pull/40) Ensure all of dist/ is published to npm
- [#39](https://github.com/SparshithNR/fs-merger/pull/39) Ensure yarn.lock is checked in

## 3.0.0
- changed interface for fs proxy from `FSMergerFileOperations` to `FS`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-merger",
"version": "3.1.0",
"version": "3.2.0",
"description": "Reads files from a real location",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d0c92e5

Please sign in to comment.