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

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 29, 2020
1 parent 8e90ea9 commit c176c65
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,42 @@ 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)

### Merged

- Add `hasFramework()` [`#31`](https://github.com/netlify/framework-info/pull/31)
- chore(deps): update dependency eslint-config-prettier to v6.14.0
[`#29`](https://github.com/netlify/framework-info/pull/29)
- Add `is-plain-obj` to `renovate.json5` [`#28`](https://github.com/netlify/framework-info/pull/28)
- chore(deps): update dependency eslint-config-prettier to v6.13.0
[`#26`](https://github.com/netlify/framework-info/pull/26)
- chore(deps): update dependency ajv to v6.12.6 [`#25`](https://github.com/netlify/framework-info/pull/25)
- chore(deps): update dependency gh-release to v4.0.3 [`#24`](https://github.com/netlify/framework-info/pull/24)
- Add `del` to `renovate.json5` [`#23`](https://github.com/netlify/framework-info/pull/23)
- chore(deps): update dependency eslint-plugin-import to v2.22.1
[`#21`](https://github.com/netlify/framework-info/pull/21)
- chore(deps): update dependency eslint-config-prettier to v6.12.0
[`#20`](https://github.com/netlify/framework-info/pull/20)
- chore(deps): update dependency gh-release to v4.0.2 [`#19`](https://github.com/netlify/framework-info/pull/19)
- chore(deps): update dependency auto-changelog to v2.2.1 [`#18`](https://github.com/netlify/framework-info/pull/18)
- Add `yargs` to `renovate.json5` [`#17`](https://github.com/netlify/framework-info/pull/17)
- chore(deps): update dependency ajv to v6.12.5 [`#14`](https://github.com/netlify/framework-info/pull/14)
- chore(deps): update dependency gh-release to v4 [`#15`](https://github.com/netlify/framework-info/pull/15)
- chore(deps): lock file maintenance [`#13`](https://github.com/netlify/framework-info/pull/13)
- chore(deps): lock file maintenance [`#11`](https://github.com/netlify/framework-info/pull/11)
- chore(deps): lock file maintenance [`#9`](https://github.com/netlify/framework-info/pull/9)
- chore(deps): lock file maintenance [`#6`](https://github.com/netlify/framework-info/pull/6)

### Commits

- Merge pull request #30 from netlify/renovate/actions-checkout-2.x
[`7dbe1c0`](https://github.com/netlify/framework-info/commit/7dbe1c03f020ce1dc703b58a756039160078bfe5)
- chore(deps): update actions/checkout action to v2
[`b9086ab`](https://github.com/netlify/framework-info/commit/b9086ab3a30d727c5e3f7c966fb6772be7a5f2e1)
- Merge pull request #10 from netlify/renovate/lock-file-maintenance
[`6d87bdf`](https://github.com/netlify/framework-info/commit/6d87bdf9971c5bec2614d9cc4d82c27b596fb88d)

## [v0.1.3](https://github.com/netlify/framework-info/compare/v0.1.2...v0.1.3) - 2020-08-07

### Commits
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.1.3",
"version": "0.2.0",
"description": "Framework detection utility",
"main": "./src/main.js",
"bin": {
Expand Down

0 comments on commit c176c65

Please sign in to comment.