Skip to content

Commit

Permalink
Merge pull request #22 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.6 Release
  • Loading branch information
gregoranders authored Jun 11, 2020
2 parents bbaf7d0 + 34d2849 commit 947719a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
ssh-key: ${{ secrets.SSH_KEY }}
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
ssh-key: ${{ secrets.SSH_KEY }}
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
| Version | Supported |
| ------- | ------------------ |
| 0.0.6 | :white_check_mark: |
| 0.0.5 | :white_check_mark: |
| 0.0.4 | :white_check_mark: |
| 0.0.3 | :white_check_mark: |
| 0.0.2 | :white_check_mark: |
| 0.0.1 | :white_check_mark: |
## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion docs/Intro.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="Docs|Intro" />

# ts-react-playground - [TypeScript](http://www.typescriptlang.org/) [React](https://reactjs.org/) Playground v0.0.5
# ts-react-playground - [TypeScript](http://www.typescriptlang.org/) [React](https://reactjs.org/) Playground v0.0.6

[![Dependency Status][daviddm-image]][daviddm-url]
[![License][license-image]][license-url]
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.5",
"version": "0.0.6",
"description": "TypeScript React Playground",
"scripts": {
"start": "webpack-dev-server --open --progress --config webpack.config.js",
Expand Down

0 comments on commit 947719a

Please sign in to comment.