From 3c7c1b35ad54d1864b74458062a72b04b375c7f0 Mon Sep 17 00:00:00 2001 From: bencergazda Date: Fri, 15 Nov 2019 18:09:45 +0100 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 5 ++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba6faf..76d85d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +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.1.2](https://github.com/body-builder/jsass/compare/v1.1.1...v1.1.2) (2019-11-15) + + +### Bug Fixes + +* **JSFunctionsToSass:** Handling synchronous `renderSync()` correctly ([#3](https://github.com/body-builder/jsass/issues/3)) ([cc7581a](https://github.com/body-builder/jsass/commit/cc7581a30d19fa1eb1da5ae670b9b9e27c664728)) + ### 1.1.1 (2019-11-04) diff --git a/package-lock.json b/package-lock.json index 28dc300..62afe56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsass", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3245f80..1490b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsass", - "version": "1.1.1", + "version": "1.1.2", "description": "Share functions and variables between JS and Sass", "homepage": "https://github.com/body-builder/jsass#readme", "repository": "https://github.com/body-builder/jsass", @@ -17,8 +17,7 @@ "jasmine": "babel-node ./jasmine.run.js", "eslint": "eslint 'src/**/*.js'", "test": "npm run eslint && npm run jasmine", - "changelog": "standard-version --skip.tag --skip.commit", - "release": "standard-version --sign --skip.bump --skip.changelog", + "release": "standard-version --sign", "prepack": "npm run test && npm run build" }, "keywords": [