Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petermikitsh committed Oct 22, 2019
1 parent dd6ac96 commit 1d08b6a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 0.0.1 (2019-10-22)


### Bug Fixes

* ci build ([e3724df](https://github.com/petermikitsh/stencil-context/commit/e3724df13bd71d8a52385a8c55365f9855980e69))
* prefer parentNode over parentElement ([335e54e](https://github.com/petermikitsh/stencil-context/commit/335e54ebf1b1f632cc3ef30b32e1631f69b2b514))
* unit test suite ([2d9234b](https://github.com/petermikitsh/stencil-context/commit/2d9234b7157cd1889985014fd6ee33055ea8ee32))


### Features

* producer, consumer implementation ([b5456b5](https://github.com/petermikitsh/stencil-context/commit/b5456b55e5cec6c2674bd581c074f01ec82f3b75))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stencil-context",
"version": "0.0.0",
"version": "0.0.1",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 1d08b6a

Please sign in to comment.