diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d85d3..bfb4017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/body-builder/jsass/compare/v1.1.2...v1.2.0) (2019-12-04) + + +### Features + +* **jsFunctionsToSass:** Automatic parameter resolution for Sass functions ([#5](https://github.com/body-builder/jsass/issues/5)) ([c4f61a2](https://github.com/body-builder/jsass/commit/c4f61a28ea3993b28a6247735fbc382bc3ad5cab)) + ### [1.1.2](https://github.com/body-builder/jsass/compare/v1.1.1...v1.1.2) (2019-11-15) diff --git a/package-lock.json b/package-lock.json index 1c3c0d4..8b1ba0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsass", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c1d4ca1..dd86c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsass", - "version": "1.1.2", + "version": "1.2.0", "description": "Share functions and variables between JS and Sass", "homepage": "https://github.com/body-builder/jsass#readme", "repository": "https://github.com/body-builder/jsass",