Skip to content

Commit 077d7aa

Browse files
build: release packages (#761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6770fb9 commit 077d7aa

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.changeset/modern-places-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

tools/eslint/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @verdaccio/eslint-config
22

3+
## 12.0.0
4+
5+
### Major Changes
6+
7+
- 6c04a71: feat: upgrade to eslint 10 flat config
8+
39
## 11.0.1
410

511
### Patch Changes
@@ -61,7 +67,6 @@
6167

6268
- a3a209b5e: feat: migrate to pino.js 8
6369
- 459b6fa72: refactor: search v1 endpoint and local-database
64-
6570
- refactor search `api v1` endpoint, improve performance
6671
- remove usage of `async` dependency https://github.com/verdaccio/verdaccio/issues/1225
6772
- refactor method storage class
@@ -70,7 +75,6 @@
7075
- use `fastify` instead `express` for functional test
7176

7277
### Breaking changes
73-
7478
- plugin storage API changes
7579
- remove old search endpoint (return 404)
7680
- filter local private packages at plugin level
@@ -104,7 +108,6 @@
104108
### Major Changes
105109

106110
- 459b6fa7: refactor: search v1 endpoint and local-database
107-
108111
- refactor search `api v1` endpoint, improve performance
109112
- remove usage of `async` dependency https://github.com/verdaccio/verdaccio/issues/1225
110113
- refactor method storage class
@@ -113,7 +116,6 @@
113116
- use `fastify` instead `express` for functional test
114117

115118
### Breaking changes
116-
117119
- plugin storage API changes
118120
- remove old search endpoint (return 404)
119121
- filter local private packages at plugin level

tools/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@verdaccio/eslint-config",
3-
"version": "11.0.1",
3+
"version": "12.0.0",
44
"description": "Verdaccio ESLint Configuration",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)