You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
## 1.0.0
7
+
## 1.0.1 - - 2021-09-26
8
+
### Changed
9
+
- Specify Vite port number so that it doesn't conflict with other test projects running on port `3000`.
10
+
11
+
### Fixed
12
+
- Fix an issue where the opening times were being set too soon on the full message template and subsequently not being rendered. ([#3](https://github.com/cavellblood/sunset-to-sunset/issues/3))
13
+
14
+
## 1.0.0 - 2021-09-23
8
15
### Changed
9
16
- Initial Release
10
17
11
-
## 1.0.0-beta.2
18
+
## 1.0.0-beta.2 - 2021-09-23
12
19
### Fixed
13
20
- Added build files.
14
21
15
-
## 1.0.0-beta.1
22
+
## 1.0.0-beta.1 - 2021-09-23
16
23
### Added
17
24
- Added a default banner template if no template is defined.
18
25
- Allow multiple closing and opening elements to be added to the banner.
0 commit comments