Skip to content

Commit 55c05d8

Browse files
committed
Bump version to v5.0.3.
1 parent dc34357 commit 55c05d8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.3] - 2022-08-24
6+
### Added
7+
- Added `.nvmrc` file.
8+
9+
### Changed
10+
- Bumped del from 6.0.0 to 6.1.1.
11+
- Bumped inquirer from 8.2.0 to 8.2.4.
12+
- Bumped juice from 8.0.0 to 8.1.0.
13+
- Bumped sass from 1.45.2 to 1.54.5.
14+
- Updated `package-lock.json` file.
15+
516
## [5.0.2] - 2022-02-28
617
### Changed
718
- Bumped node-fetch from 2.6.6 to 2.6.7.

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.2.zip) or
25+
- [Download source files](https://github.com/Slicejack/bojler/archive/v5.0.3.zip) or
2626
- Clone the repo: `git clone https://github.com/Slicejack/bojler.git`
2727

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "5.0.3",
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)