diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d08a3..ca250ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.8](https://github.com/globalbrain/hado/compare/v0.1.7...v0.1.8) (2024-05-29) + +### Bug Fixes + +- remove redundant ignore patterns ([5befcb4](https://github.com/globalbrain/hado/commit/5befcb467cea3f4eb9e62cca3404ef2eff6f8945)) + ## [0.1.7](https://github.com/globalbrain/hado/compare/v0.1.6...v0.1.7) (2024-05-29) ### Bug Fixes diff --git a/deno.json b/deno.json index 3882353..8e95dbf 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/hado", - "version": "0.1.7", + "version": "0.1.8", "exports": { "./router": "./src/router.ts" },