Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit bd57beb

Browse files
chore: release 4.0.1 (#143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ba8e6e commit bd57beb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
* fix: Remove remaining uses of object-assign
88
* fix: remove object-assign
99

10+
### [4.0.1](https://www.github.com/npm/gauge/compare/v4.0.0...v4.0.1) (2022-02-15)
11+
12+
13+
### Bug Fixes
14+
15+
* use more commonly available character for pre/post progressbar ([#141](https://www.github.com/npm/gauge/issues/141)) ([13d3046](https://www.github.com/npm/gauge/commit/13d30466b56015cb75df366371cf85234a8a517f))
16+
1017
### v3.0.1
1118

1219

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gauge",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A terminal based horizontal gauge",
55
"main": "lib",
66
"scripts": {

0 commit comments

Comments
 (0)