Skip to content

Commit 61a84ad

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2022-04-16) ### Bug Fixes * **deps:** bump chalk from 5.0.0 to 5.0.1 ([b2f7d1d](b2f7d1d)) * **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([6217f47](6217f47)) * **deps:** bump semver-regex from 3.1.2 to 3.1.3 ([0b83282](0b83282))
1 parent 89544e4 commit 61a84ad

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.2](https://github.com/herbsjs/herbs2repl/compare/v1.0.1...v1.0.2) (2022-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump chalk from 5.0.0 to 5.0.1 ([b2f7d1d](https://github.com/herbsjs/herbs2repl/commit/b2f7d1dd3dde00d769bbc31f3182ee95a3e61a2c))
7+
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([6217f47](https://github.com/herbsjs/herbs2repl/commit/6217f471bce6348f00bbfac5f1300e1d0e5cf8c4))
8+
* **deps:** bump semver-regex from 3.1.2 to 3.1.3 ([0b83282](https://github.com/herbsjs/herbs2repl/commit/0b83282073dd37edb04a03a40e6887c2202dbace))
9+
110
## [1.0.1](https://github.com/herbsjs/herbs2repl/compare/v1.0.0...v1.0.1) (2022-04-16)
211

312

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/herbs2repl",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "./src/repl.js",
66
"dependencies": {

0 commit comments

Comments
 (0)