Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Hernandez committed Feb 5, 2021
1 parent e83f8c5 commit 89b6683
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,14 @@ Based on [Keep a CHANGELOG]. 🪵

### Changes

- Add workflow scripts for CI (testing) in push/pull requests to `main`
- Update various deps
- Remove codeql-analysis.yml; no TS support

## [0.5.0] - 2021-02-03

### Changes

- Convert to [TypeScript](https://www.typescriptlang.org/)
- Update `.github/workflows/npm-publish.yml` to use node 14
- Update `package.json` to designate node 14
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "monkeyspan",
"version": "0.5.0",
"version": "0.5.1",
"description": "A React component named MonkeySpan!",
"main": "bundle.js",
"scripts": {
Expand Down

0 comments on commit 89b6683

Please sign in to comment.