Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Feb 13, 2021
1 parent 3e2414c commit 2ecd45e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.5.1](https://github.com/boringcodes/utils/compare/v0.5.0...v0.5.1) (2021-02-13)

### Bug Fixes

- **package.json:** forgot to change output dir from dist to build, remove unused rootDir & outDir in tsconfig.json ([3e2414c](https://github.com/boringcodes/utils/commit/3e2414c1e848e61c97440c70d02b01e000d89b0c))

## [0.5.0](https://github.com/boringcodes/utils/compare/v0.4.0...v0.5.0) (2021-01-12)

## [0.4.0](https://github.com/boringcodes/utils/compare/v0.3.2...v0.4.0) (2020-08-26)
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": "@boringcodes/utils",
"version": "0.5.0",
"version": "0.5.1",
"description": "Boring Utilities",
"homepage": "https://github.com/boringcodes/utils",
"bugs": "https://github.com/boringcodes/utils/issues",
Expand Down

0 comments on commit 2ecd45e

Please sign in to comment.