diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da0fa9..5087814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index ee8ba91..3a25d2d 100644 --- a/package.json +++ b/package.json @@ -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",