Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 10, 2020
1 parent c51fbb8 commit 684137a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.2.0](https://github.com/netlify/framework-info/compare/v0.1.3...v0.2.0)
## [v0.3.0](https://github.com/netlify/framework-info/compare/v0.2.0...v0.3.0)

### Merged

- chore: add commit linting [`#55`](https://github.com/netlify/framework-info/pull/55)
- chore: add pr labeler [`#54`](https://github.com/netlify/framework-info/pull/54)
- chore: fix version script [`#53`](https://github.com/netlify/framework-info/pull/53)
- feat: add quasar-v0.17 [`#52`](https://github.com/netlify/framework-info/pull/52)
- feat: add docusaurus v2 [`#51`](https://github.com/netlify/framework-info/pull/51)
- fix(docusaurus): add missing BROWSER env variable [`#50`](https://github.com/netlify/framework-info/pull/50)
- chore: gitignore vscode [`#49`](https://github.com/netlify/framework-info/pull/49)
- fix(jsdoc): use typedef instead of dot notation [`#48`](https://github.com/netlify/framework-info/pull/48)
- chore: apply eslint config node [`#47`](https://github.com/netlify/framework-info/pull/47)
- fix(contributing): use correct repo name [`#45`](https://github.com/netlify/framework-info/pull/45)
- chore: use eslint config node [`#46`](https://github.com/netlify/framework-info/pull/46)
- chore(deps): lock file maintenance [`#43`](https://github.com/netlify/framework-info/pull/43)
- chore(deps): lock file maintenance [`#39`](https://github.com/netlify/framework-info/pull/39)
- chore(deps): lock file maintenance [`#38`](https://github.com/netlify/framework-info/pull/38)
- chore(deps): lock file maintenance [`#37`](https://github.com/netlify/framework-info/pull/37)
- chore(deps): lock file maintenance [`#36`](https://github.com/netlify/framework-info/pull/36)
- github tools: fix fossa workflow file [`#35`](https://github.com/netlify/framework-info/pull/35)
- chore(deps): lock file maintenance [`#34`](https://github.com/netlify/framework-info/pull/34)
- Add `--fail` flag to `curl` for Codecov [`#33`](https://github.com/netlify/framework-info/pull/33)

### Commits

- Fix lock file [`a1d7de4`](https://github.com/netlify/framework-info/commit/a1d7de4c64f9e70f14635aab7aaa3f71d15aa3e4)
- fix github actions workflow file for fossa
[`9ab34c1`](https://github.com/netlify/framework-info/commit/9ab34c165dd8efeb582a94f16f0f842c52a6f3dc)

## [v0.2.0](https://github.com/netlify/framework-info/compare/v0.1.3...v0.2.0) - 2020-10-29

### Merged

Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/framework-info",
"version": "0.2.0",
"version": "0.3.0",
"description": "Framework detection utility",
"main": "./src/main.js",
"bin": {
Expand Down

0 comments on commit 684137a

Please sign in to comment.