Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda committed Nov 15, 2019
1 parent cc7581a commit 3c7c1b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 3c7c1b3

Please sign in to comment.