Skip to content

Commit 2f912f4

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-04-30) ### Code Refactoring * **core:** change the structure of the logging system and add more customization ([a4bbb5f](a4bbb5f)) ### Features * **hooks:** add all supported operations for the `afterOperation` hook ([ca0f18b](ca0f18b)) * initial commit ([82abc21](82abc21)) ### BREAKING CHANGES * **core:** -Add `collection` property for deeper configuration of collections section
1 parent f6340dc commit 2f912f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0 (2025-04-30)
2+
3+
4+
### Code Refactoring
5+
6+
* **core:** change the structure of the logging system and add more customization ([a4bbb5f](https://github.com/shaadcode/payload-auditor/commit/a4bbb5f48fb86bd6398693df2f80b225cced89d3))
7+
8+
9+
### Features
10+
11+
* **hooks:** add all supported operations for the `afterOperation` hook ([ca0f18b](https://github.com/shaadcode/payload-auditor/commit/ca0f18b0e26d94eb48a9ab5f0684536aeed94242))
12+
* initial commit ([82abc21](https://github.com/shaadcode/payload-auditor/commit/82abc21b9189472b9bfb7c9cc13a1a00da1bd6ed))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **core:** -Add `collection` property for deeper configuration of collections section

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-auditor",
3-
"version": "1.2.5",
3+
"version": "1.0.0",
44
"description": "Simple, fast and customizable plugin for payload cms",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)