diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d83981..88af0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.3.8](https://github.com/yeukfei02/singapore-bus-arrival-app/compare/v0.3.7...v0.3.8) (2023-01-31) + + +### Features + +* 🎸 add arrow down icon in BusServiceRoutes ([f0be970](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/f0be970bd23ebada7fe581680337bca154cb27e9)) +* 🎸 add commitlint lib ([c838f13](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/c838f13931b06edc3f2ef94922bd3fec344496af)) +* 🎸 add react-use and use useDebounce ([afd2621](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/afd26217d67bb43c656efd6e3424a97281a2250f)) + + +### Bug Fixes + +* 🐛 add delayDebounceFn when type text ([2868215](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/286821525ca30a0a8941b96bfebf10367f608622)) +* 🐛 change card can click, make BusServiceRoutes card click ([55fc7c5](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/55fc7c580032729192834c16d3bcf9e2e886ca3d)) +* 🐛 fix arriving text ([080eb64](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/080eb648dceca9fe0f6e6c1fceaad4c5f8676c0a)) +* 🐛 fix lib and update onRefresh func ([85365cd](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/85365cd77b48d1fda0b2a0988f4a8400511e936e)) +* 🐛 fix renderBusServiceRoutesList logic ([49fc86e](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/49fc86e18a3d1726ae48845fcafecba9a5a47b9d)) +* 🐛 update readme.md and update version ([fecaf09](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/fecaf09bd6d468b8fe33b67ec52e5a429d4e9b02)) +* 🐛 update to expo 47 and use m1 in eas ([c4c4f56](https://github.com/yeukfei02/singapore-bus-arrival-app/commit/c4c4f567f0585e6650b458fae563db2a6e272583)) + ### [0.3.7](https://github.com/yeukfei02/singapore-bus-arrival-app/compare/v0.3.6...v0.3.7) (2022-06-17) diff --git a/package.json b/package.json index 2c2b7b2..cbfd42a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.7", + "version": "0.3.8", "main": "node_modules/expo/AppEntry.js", "private": true, "dependencies": {