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.6
- @knot/webpack-plugin -> v1.2.6
  • Loading branch information
semantic-release-bot committed Sep 5, 2019
1 parent f8d8f34 commit a6c698e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- INJECT CHANGELOG HERE -->

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

### `@knot/compiler`

#### :bug: Bug Fixes

- **pkg**: should release with platform-specific artifacts ([50405cf5](https://github.com/effervescentia/knot/commit/50405cf5d455c7cd648e0755e1f2dd43821b9455))

### `@knot/webpack-plugin`

#### :link: Dependency Updates

- **automatic**: upgrade `@knot/compiler` from `v1.2.5` -> `v1.2.6`

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

### `@knot/compiler`
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.5",
"version": "1.2.6",
"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.5",
"version": "1.2.6",
"engines": {
"node": ">=8.9"
},
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@knot/browser-plugin": "1.2.0",
"@knot/compiler": "1.2.5",
"@knot/compiler": "1.2.6",
"@knot/jss-plugin": "1.2.0",
"@knot/react-plugin": "1.2.0",
"cross-fetch": "^3.0.1",
Expand Down

0 comments on commit a6c698e

Please sign in to comment.