Skip to content

Commit 70f0790

Browse files
committed
Bump version to v5.0.2.
1 parent 4e69154 commit 70f0790

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.2] - 2022-02-28
6+
### Changed
7+
- Bumped node-fetch from 2.6.6 to 2.6.7.
8+
- Bumped sass from 1.45.2 to 1.49.9.
9+
510
## [5.0.1] - 2022-01-05
611
### Changed
712
- Updated NPM dependencies.

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