Skip to content

Commit

Permalink
Bump version to v5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenvuletic committed May 28, 2021
1 parent f7ae859 commit 3d89ec7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.0] - 2020-11-23
## [5.0.0] - 2021-05-28
### Changed
- Updated gulp tasks
- Updated `juice` to `v7.0.0`
- Updated `node-sass` to `v5.0.0`
- Updated gulp tasks.
- Updated `juice` to `v8.0.0`.
- Updated `node-sass` to `v5.0.0`.
- Updated buttons to make them fully clickable (#139).

### Fixed
- Fixed all npm security issues.

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

## [4.1.6] - 2021-05-27
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Full project documentation can be found at https://bojler.slicejack.com/.
Full getting started guide can be found [here](https://bojler.slicejack.com/documentation/getting-started/).

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

### 2. Install node packages: `npm install`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicejack/bojler",
"version": "4.1.6",
"version": "5.0.0",
"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.",
"homepage": "https://bojler.slicejack.com",
"bugs": {
Expand Down

0 comments on commit 3d89ec7

Please sign in to comment.