Skip to content

Commit

Permalink
chore: 发布 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohaixiao committed Jul 6, 2024
1 parent 541f818 commit f7af39d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 55 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.5.0](https://github.com/yaohaixiao/types.js/compare/2.4.0...2.5.0) (2024-07-06)


### Features

* 添加 .d.ts 文件定义,支持 ts ([541f818](https://github.com/yaohaixiao/types.js/commit/541f818ba8934dab6702ea31308b117cebc2e98b))



# [2.4.0](https://github.com/yaohaixiao/types.js/compare/2.3.0...2.4.0) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion docs/js/types.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/types.js.map

Large diffs are not rendered by default.

54 changes: 4 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "gulp start",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build:lib": "npm run prettier:write && rollup -c build/rollup.config.lib.js --bundleConfigAsCjs",
"build:lib": "npm run prettier:write && rollup -c build/rollup.config.lib.js --bundleConfigAsCjs && npm run build:.d.ts",
"build:.d.ts": "tsc",
"build:api": "npm run prettier:write && rollup -c build/rollup.config.api.js --bundleConfigAsCjs",
"build:docs": "gulp build",
"build": "npm run build:lib && npm run build:docs",
Expand Down Expand Up @@ -47,7 +48,6 @@
"buffer": "^6.0.3",
"commitlint": "^17.4.4",
"conventional-changelog-cli": "^2.2.2",
"dts-gen": "^0.10.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-jest": "^3.0.2",
Expand All @@ -74,7 +74,8 @@
"lint-staged": "^13.1.2",
"os": "^0.1.2",
"prettier": "^2.8.4",
"rollup": "^3.25.2"
"rollup": "^3.25.2",
"typescript": "^5.5.3"
},
"gitHooks": {
"pre-commit": "lint-staged",
Expand Down

0 comments on commit f7af39d

Please sign in to comment.