Skip to content

Commit

Permalink
πŸ”– v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Nov 18, 2021
1 parent 52353b5 commit 7f36e95
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

<a name="0.2.1"></a>
## 0.2.1 (2021-11-18)

### Added

- βœ… Added tests for full coverage [[52353b5](https://github.com/moducate/houston/commit/52353b581d5e46f941d92d3e1d4ab775595c3172)]

### Changed

- ♻️ Refactored to save 8 bytes [[1886edb](https://github.com/moducate/houston/commit/1886edbff809df2927b5a297f8e3f7829001ae50)]

### Fixed

- πŸ› Fixed Error type&#x27;s name clashing [[ab8d044](https://github.com/moducate/houston/commit/ab8d04497a113d4f4481cd1caf6c1d1c5f6fca9f)]

### Miscellaneous

- πŸ”¨ Added size-limit with 500 B limit [[a7586a4](https://github.com/moducate/houston/commit/a7586a4667f7cf2d1820bb0fd7ebf61c88eb74ce)]
- πŸ“ Updated bundle shields.io to show zipped size [[e537523](https://github.com/moducate/houston/commit/e537523a58ba4ba1d85787959a9d3235354ffc33)]
- πŸ“ Updated bundle size in README [[8ff1ffd](https://github.com/moducate/houston/commit/8ff1ffdb3fcb3ac91d4e0b6ada9aa0e2adc33245)]


<a name="0.2.0"></a>
## 0.2.0 (2021-11-17)

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": "@moducate/houston",
"version": "0.2.0",
"version": "0.2.1",
"description": "RFC 7807 compliant errors for Node.js",
"keywords": [
"problem-details",
Expand Down

0 comments on commit 7f36e95

Please sign in to comment.