Skip to content

Commit a9e652f

Browse files
committed
Bump version to v5.0.1.
1 parent 9c555f7 commit a9e652f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1] - 2022-01-05
6+
### Changed
7+
- Updated NPM dependencies.
8+
9+
### Fixed
10+
- Fixed SASS slash-div warnings.
11+
512
## [5.0.0] - 2021-05-28
613
### Changed
714
- Updated gulp tasks.

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/v5.0.0.zip) or
25+
- [Download source files](https://github.com/Slicejack/bojler/archive/v5.0.1.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": "5.0.0",
3+
"version": "5.0.1",
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)