Skip to content

Commit ed03dcc

Browse files
chore(main): release 1.1.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c7ae10 commit ed03dcc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/streetsidesoftware/thistogram/compare/v1.0.1...v1.1.0) (2024-02-23)
4+
5+
6+
### Features
7+
8+
* Support generating single line histograms ([#38](https://github.com/streetsidesoftware/thistogram/issues/38)) ([2fa7108](https://github.com/streetsidesoftware/thistogram/commit/2fa7108a788f3fc209793159a57c766a7450318b))
9+
10+
11+
### Bug Fixes
12+
13+
* expose plotPointRelativeToStandardDeviation ([#41](https://github.com/streetsidesoftware/thistogram/issues/41)) ([72f1eb5](https://github.com/streetsidesoftware/thistogram/commit/72f1eb55d17e7dd6dc12e2500587c27a2b561931))
14+
315
## [1.0.1](https://github.com/streetsidesoftware/thistogram/compare/v1.0.0...v1.0.1) (2024-02-16)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thistogram",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A simple text based histogram and chart generator",
55
"type": "module",
66
"packageManager": "[email protected]",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"run:temperature": "node temperature.js > ../static/temperature.txt"
1010
},
1111
"dependencies": {
12-
"thistogram": "link:.."
12+
"thistogram": "^1.1.0"
1313
}
1414
}

0 commit comments

Comments
 (0)