Skip to content

Commit

Permalink
Merge pull request #42 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.11 Release
  • Loading branch information
gregoranders authored Jun 16, 2020
2 parents cae6a5b + d363eba commit 9d03053
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#### 0.0.11 (2020-06-16)

##### Chores

* **release:** bump version ([691c4eae](https://github.com/gregoranders/ts-react-playground/commit/691c4eaef6532486330013308991d712ef0a2788))

##### Documentation Changes

* **SECURITY:** update ([ec80ebcc](https://github.com/gregoranders/ts-react-playground/commit/ec80ebcc582c5b4292e8bf3236041c13300097be))
* **storybook:** update ([cae6a5bb](https://github.com/gregoranders/ts-react-playground/commit/cae6a5bba05dde99d6951b63a1bb6fc8448b064f))

##### Other Changes

* **screenshots:** update ([b6cd9a4b](https://github.com/gregoranders/ts-react-playground/commit/b6cd9a4b90ae1009c786c7db2f19d7a5f8da0f2d))

#### 0.0.9 (2020-06-15)

##### Build System / Dependencies
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 0.0.10 | :white_check_mark: |
| 0.0.11 | :white_check_mark: |
| 0.0.10 | :x: |
| 0.0.9 | :x: |
| 0.0.8 | :x: |
| 0.0.7 | :x: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-react-playground",
"version": "0.0.10",
"version": "0.0.11",
"description": "TypeScript React Playground",
"scripts": {
"start": "webpack-dev-server --open --progress --config webpack.config.js",
Expand Down

0 comments on commit 9d03053

Please sign in to comment.