Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Feb 25, 2024
1 parent e455ce3 commit e295bb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3.1.3-0
# 3.1.3 (2024-02-25)

- fix: types export (#4a6c3fd)
- chore: bump dependencies (#e180d31)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debug-level",
"version": "3.1.3-0",
"version": "3.1.3",
"description": "debug with levels",
"keywords": [
"debug",
Expand Down Expand Up @@ -89,26 +89,26 @@
"babel-loader": "^9.1.3",
"c8": "^9.1.0",
"conv-changelog": "^1.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"karma": "^6.4.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-spec-reporter": "^0.0.36",
"karma-webpack": "^5.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"mocha": "^10.3.0",
"npm-run-all2": "^6.1.2",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup": "^4.12.0",
"sinon": "^17.0.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"optionalDependencies": {
Expand Down

0 comments on commit e295bb4

Please sign in to comment.