Skip to content

Commit

Permalink
Merge pull request #4 from dale0525/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--siyuan-auto-seq-number

chore(main): release 0.3.0
  • Loading branch information
dale0525 authored Dec 26, 2023
2 parents cc272d4 + ecfba16 commit 097be62
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.3.0](https://github.com/dale0525/siyuan-auto-seq-number/compare/v0.2.1...v0.3.0) (2023-12-26)


### Features

* 设置项可自定义每个标题级别的序号 ([fc068bb](https://github.com/dale0525/siyuan-auto-seq-number/commit/fc068bbaa34d33bea5756a662060164cc18ee5f3))
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "siyuan-auto-seq-number",
"version": "1.0.0",
"description": "A SiYuan Plugin to auto generate sequence number for headers",
"main": ".src/index.js",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "Logic Tan",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"esbuild-loader": "^3.0.1",
"eslint": "^8.42.0",
"mini-css-extract-plugin": "2.3.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "0.9.0",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
}
}
"name": "siyuan-auto-seq-number",
"version": "0.3.0",
"description": "A SiYuan Plugin to auto generate sequence number for headers",
"main": ".src/index.js",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "Logic Tan",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"esbuild-loader": "^3.0.1",
"eslint": "^8.42.0",
"mini-css-extract-plugin": "2.3.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "0.9.0",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
}
}

0 comments on commit 097be62

Please sign in to comment.