Skip to content

Commit bf7f2ee

Browse files
committed
chore(release): 0.0.1
1 parent b0d4555 commit bf7f2ee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.0.1 (2023-07-18)
6+
7+
8+
### Features
9+
10+
* init project, first version ([b0d4555](https://github.com/yunke-yunfly/yunfly-plugin-memory-check/commit/b0d4555818b896f95ed3a1c790dae3a7348a2f01))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yunflyjs/yunfly-plugin-memory-check",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Yunfly memory check plugin. If a certain threshold is exceeded, kill node service.",
55
"main": "./dist/sdk/index.js",
66
"typings": "dist/sdk/index.d.ts",

0 commit comments

Comments
 (0)