Skip to content

Commit

Permalink
1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
James Harrison committed Mar 10, 2020
2 parents accb03e + 9b8cc9c commit 8d10eb1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,28 @@ gulp.task('styles', function () {

## Change Log

### 1.4.1 - 2020-03-10

- Upgrade `lodash` to 4.17.14 to mitigate [CVE-2019-10744](https://github.com/advisories/GHSA-jf85-cpcp-j695).

### 1.4.0 - 2019-06-18

- Upgrade `through2` to 2.0.5.

### 1.3.0 - 2018-09-17

- Upgrade to RTLCSS 2.4.0.
- Upgrade `plugin-error` to 1.0.1.

### 1.2.0 - 2018-03-18

- Upgrade to RTLCSS 2.2.1.

### 1.1.0 - 2018-01-10

- Add support for `gulp-sourcemaps`.
- Remove `gulp-util` in favour of `plugin-error`.

### 1.0.0 - 2016-02-18

- [#6](https://github.com/jjlharrison/gulp-rtlcss/issues/6) Upgrade to RTLCSS 2.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-rtlcss",
"version": "1.4.0",
"version": "1.4.1",
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8d10eb1

Please sign in to comment.