Skip to content

Commit 3626417

Browse files
committed
chore: Release v5.1.0
1 parent 4a06656 commit 3626417

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/serverless/eslint-config/compare/v5.0.1...v5.1.0) (2023-06-22)
6+
7+
### Features
8+
9+
- Recognize \*.mjs files as ESM modules ([f2c0a15](https://github.com/serverless/eslint-config/commit/f2c0a15a58938f2e6ef683e36bf64fd3db8e387f))
10+
511
### [5.0.1](https://github.com/serverless/eslint-config/compare/v5.0.0...v5.0.1) (2022-08-16)
612

713
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/eslint-config",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "ESLint & Prettier config for Serveless projects",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)