Skip to content

Commit

Permalink
bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Mönkkönen authored and Jarkko Mönkkönen committed Oct 30, 2024
1 parent 6325bfd commit 1aec8b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*!
* @license
* console-log-server v0.3.1 (https://github.com/jamonkko/console-log-server#readme)
* console-log-server v0.4.0 (https://github.com/jamonkko/console-log-server#readme)
* Copyright 2024 Jarkko Mönkkönen <[email protected]>
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-log-server",
"version": "0.3.1",
"version": "0.4.0",
"description": "Logs all http requests to console",
"main": "dist",
"jsnext:main": "src",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @license
* console-log-server v0.3.1 (https://github.com/jamonkko/console-log-server#readme)
* console-log-server v0.4.0 (https://github.com/jamonkko/console-log-server#readme)
* Copyright 2024 Jarkko Mönkkönen <[email protected]>
* Licensed under MIT
*/
Expand Down

0 comments on commit 1aec8b0

Please sign in to comment.