From 5969899855e8ca2e448ec62d3868414abc97cf55 Mon Sep 17 00:00:00 2001 From: Kir Belevich Date: Thu, 4 Apr 2019 21:48:26 +0200 Subject: [PATCH] v1.2.1 --- .gitignore | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b7daeedc8..285888763 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ bin/svgo-profiling .DS_Store .idea .vscode +.npmrc diff --git a/CHANGELOG.md b/CHANGELOG.md index a927e6a5d..eff64baf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [ [>](https://github.com/svg/svgo/tree/v1.2.1) ] 1.2.1 / 04.05.2019 +Some goodness from pull-requests. +* Bump up js-yaml version to fix DoS vulnerability (by @eugestarr). + ### [ [>](https://github.com/svg/svgo/tree/v1.2.0) ] 1.2.0 / 24.02.2019 Some goodness from pull-requests. * Fixed extra blank lines when processing many files (by @panczarny).