Skip to content

Commit

Permalink
Merge pull request #436 from nextcloud/release/8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jan 11, 2023
2 parents 4d3df23 + 12bee21 commit 6eee17a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v8.2.0](https://github.com/nextcloud/eslint-config/tree/v8.2.0) (2023-01-11)

[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0)

**Implemented enhancements:**
- feat: Add scripts for linting the config and fixed issues found [\#434](https://github.com/nextcloud/eslint-config/pull/434) ([susnux](https://github.com/susnux))
- feat: Add sub config for TypeScript projects [\#433](https://github.com/nextcloud/eslint-config/pull/433) ([susnux](https://github.com/susnux))

**Dependency updates:**
- Bump @babel/core from 7.20.7 to 7.20.12 [\#432](https://github.com/nextcloud/eslint-config/pull/432) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump eslint from 8.30.0 to 8.31.0 [\#431](https://github.com/nextcloud/eslint-config/pull/431) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v8.1.5](https://github.com/nextcloud/eslint-config/tree/v8.1.5) (2023-01-02)

[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.4...v8.1.5)
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/eslint-config",
"version": "8.1.5",
"version": "8.2.0",
"description": "Eslint shared config for nextcloud vue.js apps",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 6eee17a

Please sign in to comment.