From e746136c9ff078916e0e4f2a732c07d0ab0ea857 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jan 2023 08:34:24 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] # [3.3.0](https://github.com/josias-r/boarding.js/compare/v3.2.1...v3.3.0) (2023-01-11) ### Features * add onStart option that is called when `boarding.start` is called ([9f18187](https://github.com/josias-r/boarding.js/commit/9f18187cf5f528116240ba82d39ab7185c828797)) * pass a BoardingExitReason to onReset to allow for identifying what triggered the onReset ([05821bf](https://github.com/josias-r/boarding.js/commit/05821bf58d0d7536b7c804b91650b48dd45740d2)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba7250..da5d40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.3.0](https://github.com/josias-r/boarding.js/compare/v3.2.1...v3.3.0) (2023-01-11) + + +### Features + +* add onStart option that is called when `boarding.start` is called ([9f18187](https://github.com/josias-r/boarding.js/commit/9f18187cf5f528116240ba82d39ab7185c828797)) +* pass a BoardingExitReason to onReset to allow for identifying what triggered the onReset ([05821bf](https://github.com/josias-r/boarding.js/commit/05821bf58d0d7536b7c804b91650b48dd45740d2)) + ## [3.2.1](https://github.com/josias-r/boarding.js/compare/v3.2.0...v3.2.1) (2023-01-04)