Skip to content

Commit

Permalink
Add seperate CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Harrison committed May 13, 2021
1 parent 68dd5e3 commit 6743e55
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 30 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Changelog

## [Unreleased]

## [1.4.2] - 2021-05-13

### Security

- Upgrade lodash from 4.17.14 to 4.17.21 to mitigate [CVE-2021-23337](https://github.com/advisories/GHSA-35jh-r3h4-6jhm) and [CVE-2020-8203](https://github.com/advisories/GHSA-p6mc-m468-83gw).
- Upgrade y18n from 4.0.0 to 4.0.3 to mitigate [CVE-2020-7774](https://github.com/advisories/GHSA-c4w7-xm78-47vh).

## [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.

## [0.1.4] - 2015-01-28

- [#2](https://github.com/jjlharrison/gulp-rtlcss/issues/2) Add support for RTLCSS configuration.

[Unreleased]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.4.2...main
[1.4.2]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/jjlharrison/gulp-rtlcss/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/jjlharrison/gulp-rtlcss/compare/v0.1.4...v1.0.0
[0.1.4]: https://github.com/jjlharrison/gulp-rtlcss/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/jjlharrison/gulp-rtlcss/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/jjlharrison/gulp-rtlcss/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/jjlharrison/gulp-rtlcss/tree/v0.1.1
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,38 +50,9 @@ gulp.task('styles', function () {
.pipe(gulp.dest('dist')); // Output RTL stylesheets.
});
```

## 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.

### 0.1.4 - 2015-01-28

- [#2](https://github.com/jjlharrison/gulp-rtlcss/issues/2) Add support for RTLCSS configuration.
See [CHANGELOG.md](CHANGELOG.md).

[david-dm-image]: http://img.shields.io/david/jjlharrison/gulp-rtlcss.svg?style=flat
[david-dm-url]: https://david-dm.org/jjlharrison/gulp-rtlcss
Expand Down

0 comments on commit 6743e55

Please sign in to comment.