Skip to content

Commit

Permalink
chore(release): release packages [skip ci]
Browse files Browse the repository at this point in the history
- @knot/compiler -> v1.2.8
- @knot/cli -> v1.1.2
- @knot/webpack-plugin -> v1.2.8
  • Loading branch information
semantic-release-bot committed Sep 7, 2019
1 parent e363840 commit 39770e5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

<!-- INJECT CHANGELOG HERE -->

## [`@knot/compiler-v1.2.8`](https://github.com/effervescentia/knot/releases/tag/@knot/compiler-v1.2.8), [`@knot/cli-v1.1.2`](https://github.com/effervescentia/knot/releases/tag/@knot/cli-v1.1.2), [`@knot/webpack-plugin-v1.2.8`](https://github.com/effervescentia/knot/releases/tag/@knot/webpack-plugin-v1.2.8) (2019-9-7)

### `@knot/compiler`

#### :bug: Bug Fixes

- **binary**: use placeholder to install binary properly ([e3638403](https://github.com/effervescentia/knot/commit/e36384034dea300cb31225e51b7c2ffcb05aaa03))

### `@knot/cli`

#### :bug: Bug Fixes

- **binary**: use placeholder to install binary properly ([e3638403](https://github.com/effervescentia/knot/commit/e36384034dea300cb31225e51b7c2ffcb05aaa03))

### `@knot/webpack-plugin`

#### :link: Dependency Updates

- **automatic**: upgrade `@knot/compiler` from `v1.2.7` -> `v1.2.8`

## [`@knot/cli-v1.1.1`](https://github.com/effervescentia/knot/releases/tag/@knot/cli-v1.1.1) (2019-9-5)

### `@knot/cli`
Expand Down
2 changes: 1 addition & 1 deletion packages/binaries/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knot/compiler",
"version": "1.2.7",
"version": "1.2.8",
"license": "MIT",
"repository": "https://github.com/effervescentia/knot.git",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/bundler/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knot/webpack-plugin",
"version": "1.2.7",
"version": "1.2.8",
"engines": {
"node": ">=8.9"
},
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@knot/browser-plugin": "1.2.1",
"@knot/compiler": "1.2.7",
"@knot/compiler": "1.2.8",
"@knot/jss-plugin": "1.2.0",
"@knot/react-plugin": "1.2.0",
"cross-fetch": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knot/cli",
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=8.9"
},
Expand Down

0 comments on commit 39770e5

Please sign in to comment.