Skip to content

Commit 3d89ec7

Browse files
committed
Bump version to v5.0.0.
1 parent f7ae859 commit 3d89ec7

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [5.0.0] - 2020-11-23
5+
## [5.0.0] - 2021-05-28
66
### Changed
7-
- Updated gulp tasks
8-
- Updated `juice` to `v7.0.0`
9-
- Updated `node-sass` to `v5.0.0`
7+
- Updated gulp tasks.
8+
- Updated `juice` to `v8.0.0`.
9+
- Updated `node-sass` to `v5.0.0`.
10+
- Updated buttons to make them fully clickable (#139).
11+
12+
### Fixed
13+
- Fixed all npm security issues.
1014

1115
### Removed
12-
- Dropped support for node 8.x, please install node 10.x or higher
16+
- Dropped support for node 8.x, please install node 10.x or higher.
17+
- Removed utility classes with ":" and "@" prefixes (#132).
1318

1419
## [4.1.6] - 2021-05-27
1520
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Full project documentation can be found at https://bojler.slicejack.com/.
2222
Full getting started guide can be found [here](https://bojler.slicejack.com/documentation/getting-started/).
2323

2424
### 1. Download
25-
- [Download source files](https://github.com/Slicejack/bojler/archive/v4.1.6.zip) or
25+
- [Download source files](https://github.com/Slicejack/bojler/archive/v5.0.0.zip) or
2626
- Clone the repo: `git clone https://github.com/Slicejack/bojler.git`
2727

2828
### 2. Install node packages: `npm install`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slicejack/bojler",
3-
"version": "4.1.6",
3+
"version": "5.0.0",
44
"description": "Bojler is an email framework for developing responsive and lightweight email templates that will render correctly across each of the most popular email clients.",
55
"homepage": "https://bojler.slicejack.com",
66
"bugs": {

0 commit comments

Comments
 (0)