diff --git a/CHANGELOG.md b/CHANGELOG.md index 98323c6..40288df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.2.1](https://github.com/zypA13510/octicons-webfont/compare/v1.2.0...v1.2.1) (2019-11-26) + + +### Bug Fixes + +* **octicons:** upstream fix v9.3.1 ([#12](https://github.com/zypA13510/octicons-webfont/issues/12)) ([36e3798](https://github.com/zypA13510/octicons-webfont/commit/36e37981dd0996ff6788bc03bb08527d89c25461)) + + + + + +Built with Octicons 9.3.1 + # [1.2.0](https://github.com/zypA13510/octicons-webfont/compare/v1.1.0...v1.2.0) (2019-11-21) diff --git a/package-lock.json b/package-lock.json index d51437b..33f9767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "octicons-webfont", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46cfdf2..8094b9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "octicons-webfont", - "version": "1.2.0", + "version": "1.2.1", "description": "An unofficial web-font port of Octicons", "scripts": { "commit": "git-cz",