Skip to content

Commit 0ef00f2

Browse files
authored
Release/2.1.0 (#631)
1 parent 9cd37e2 commit 0ef00f2

10 files changed

Lines changed: 942 additions & 8 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
assets/
22
docs/
33
node_modules/
4+
package-lock.json
45
VERSION

.github/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.0](https://github.com/hackmcgill/hackerapi/tree/2.1.0) - 2020-01-01
9+
10+
### Added
11+
12+
- Add email blast marketing email
13+
- Add 3 days left marketing email
14+
- Add check to ensure application creation deadline has not passed yet
15+
16+
### Fixed
17+
18+
- Fix unsubscribe button in marketing emails
19+
820
## [2.0.1](https://github.com/hackmcgill/hackerapi/tree/2.0.1) - 2019-12-24
921

1022
### Added

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
assets/
22
docs/
33
node_modules/
4+
package-lock.json
45
VERSION

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.1.0

0 commit comments

Comments
 (0)