Skip to content

Commit

Permalink
v4.1.1 release file preps.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenvuletic committed Jun 21, 2019
1 parent f29bc21 commit 8589cc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.1.1] - 2019-06-21
### Fixed
- Fixed MacOS Node v10.16.0 compability issue.
- Fixed issue with content in conditional comments.

## [4.1.0] - 2018-10-12
### Changed
- Updated `README.md` with few content changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.0.zip) or
- [Download source files](https://github.com/Slicejack/bojler/archive/v4.1.1.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
@@ -1,6 +1,6 @@
{
"name": "@slicejack/bojler",
"version": "4.1.0",
"version": "4.1.1",
"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 8589cc7

Please sign in to comment.