Skip to content

Commit 26338ce

Browse files
committed
bump version 4.1.4
1 parent 1140bfe commit 26338ce

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [4.1.4] - 2019-09-25
6+
### Fixed
7+
- Fixed issues with media queries and gmail (#130).
8+
59
## [4.1.3] - 2019-09-09
610
### Fixed
711
- Fixed all npm security issues.

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