Skip to content

Commit ad2b79c

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.209.1 [skip ci]
1 parent f8fe502 commit ad2b79c

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

CHANGELOG.md

+10-20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.209.1](https://github.com/rodekruis/IBF-system/compare/v0.209.0...v0.209.1) (2022-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* increase pause between 2 whatsapp messages AB[#16983](https://github.com/rodekruis/IBF-system/issues/16983) ([d34fe4d](https://github.com/rodekruis/IBF-system/commit/d34fe4d0602b40175ac5cee58c597d7fe73030b7))
7+
* leadtimes in email AB[#16984](https://github.com/rodekruis/IBF-system/issues/16984) ([e111f29](https://github.com/rodekruis/IBF-system/commit/e111f292bca486aca5d068953675d210ac29c412))
8+
9+
10+
111
# [0.209.0](https://github.com/rodekruis/IBF-system/compare/v0.208.3...v0.209.0) (2022-12-16)
212

313

@@ -108,23 +118,3 @@
108118

109119

110120

111-
# [0.204.0](https://github.com/rodekruis/IBF-system/compare/v0.203.2...v0.204.0) (2022-12-02)
112-
113-
114-
### Bug Fixes
115-
116-
* missing values in csv AB[#16602](https://github.com/rodekruis/IBF-system/issues/16602) ([0345fce](https://github.com/rodekruis/IBF-system/commit/0345fce7ba872db2397deb1dbf6cff5c3dfeffa7))
117-
* update track layer popup AB[#16444](https://github.com/rodekruis/IBF-system/issues/16444) ([c1b9888](https://github.com/rodekruis/IBF-system/commit/c1b9888ca36653ea84ac385d49548a501920cdcf))
118-
119-
120-
### Features
121-
122-
* add closestToLand attribute to track + deduce 'no landfall yet' scenario from it AB[#16423](https://github.com/rodekruis/IBF-system/issues/16423) ([98ca26a](https://github.com/rodekruis/IBF-system/commit/98ca26af7e99a5cf0ed06cf4e160d0978ba2c640))
123-
* distinguish between 2 no-landfall scenarios in chat AB[#16427](https://github.com/rodekruis/IBF-system/issues/16427) ([f7105b7](https://github.com/rodekruis/IBF-system/commit/f7105b739f2a0ec301e2f6dfe3aec58bbea3bd8b))
124-
* distinguish landfall vs no-landfall in chat ux copy AB[#16422](https://github.com/rodekruis/IBF-system/issues/16422) ([eda0769](https://github.com/rodekruis/IBF-system/commit/eda0769b588775a62876e964596ba3d47c3ee3ff))
125-
* separate mock data+scenario for 'no landfall yet' AB[#16427](https://github.com/rodekruis/IBF-system/issues/16427) ([7fda1ff](https://github.com/rodekruis/IBF-system/commit/7fda1ffc8acc15c194e48eaf122d000ccd0a1e92))
126-
* show no timeline button if no event typhoon AB[#16426](https://github.com/rodekruis/IBF-system/issues/16426) ([8e4e0cc](https://github.com/rodekruis/IBF-system/commit/8e4e0cc557ccdcc0a0d7415858aa72e181b89cb8))
127-
* show unknown leadtimes at end of timeline AB[#16425](https://github.com/rodekruis/IBF-system/issues/16425) ([09c04ff](https://github.com/rodekruis/IBF-system/commit/09c04ff355a5a11792f14c1eb0d3c62471407a4d))
128-
129-
130-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IBF-system",
3-
"version": "0.209.0",
3+
"version": "0.209.1",
44
"private": true,
55
"scripts": {
66
"demo": "npx npm-run-all --print-label --parallel start open",

0 commit comments

Comments
 (0)