Skip to content

Commit

Permalink
Added release blog post for v8.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Jan 15, 2023
1 parent 7d55b88 commit b69487a
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions src/content/blog/2023-01-14-eslint-v8.32.0-released.md
@@ -0,0 +1,63 @@
---
layout: post
title: ESLint v8.32.0 released
teaser: "We just pushed ESLint v8.32.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release."
image: release-notes-minor.png
draft: true
authors:
- eslintbot
categories:
- Release Notes
tags:
- Release
---








## Features


* [`fc20f24`](https://github.com/eslint/eslint/commit/fc20f242a2ac073b5af6d5fca67e07a175f36c3b) feat: add suggestions for redundant wrapping in [prefer-regex-literals](/docs/rules/prefer-regex-literals) ([#16658](https://github.com/eslint/eslint/issues/16658)) (YeonJuan)






## Bug Fixes


* [`b4f8329`](https://github.com/eslint/eslint/commit/b4f8329164d7b293a1557e05b987d2a685fe1d30) fix: ignore directives for [no-fallthrough](/docs/rules/no-fallthrough) ([#16757](https://github.com/eslint/eslint/issues/16757)) (gfyoung)




## Documentation


* [`17b65ad`](https://github.com/eslint/eslint/commit/17b65ad10d653bb05077f21d8b1f79bee96e38d8) docs: IA Update page URL move ([#16665](https://github.com/eslint/eslint/issues/16665)) (Ben Perlmutter)
* [`5981296`](https://github.com/eslint/eslint/commit/5981296d5c7c86228ad766009901191fdd87d5a4) docs: fix theme switcher button ([#16752](https://github.com/eslint/eslint/issues/16752)) (Sam Chen)
* [`6669413`](https://github.com/eslint/eslint/commit/66694136b67277c050bd27f60050779687a88c9f) docs: deploy prerelease docs under the `/docs/next/` path ([#16541](https://github.com/eslint/eslint/issues/16541)) (Nitin Kumar)
* [`78ecfe0`](https://github.com/eslint/eslint/commit/78ecfe0e52c0e5780fefc8dc9a98864e48de6637) docs: use inline code for rule options name ([#16768](https://github.com/eslint/eslint/issues/16768)) (Percy Ma)
* [`fc2ea59`](https://github.com/eslint/eslint/commit/fc2ea598aee97beb6d768866da1ee4f63775f0c9) docs: Update README (GitHub Actions Bot)
* [`762a872`](https://github.com/eslint/eslint/commit/762a8727fb3b5619cff900826053b643ca5f1162) docs: Update README (GitHub Actions Bot)








## Chores


* [`2952d6e`](https://github.com/eslint/eslint/commit/2952d6ed95811ce0971b6855d66fb7a9767a7b72) chore: sync templates/*.md files with issue templates ([#16758](https://github.com/eslint/eslint/issues/16758)) (gfyoung)
* [`3e34418`](https://github.com/eslint/eslint/commit/3e34418b31664decfb2337de798feafbf985b66c) chore: Add new issues to triage project ([#16740](https://github.com/eslint/eslint/issues/16740)) (Nicholas C. Zakas)


0 comments on commit b69487a

Please sign in to comment.