Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 23, 2024
1 parent 7c7ae10 commit ed03dcc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/streetsidesoftware/thistogram/compare/v1.0.1...v1.1.0) (2024-02-23)


### Features

* Support generating single line histograms ([#38](https://github.com/streetsidesoftware/thistogram/issues/38)) ([2fa7108](https://github.com/streetsidesoftware/thistogram/commit/2fa7108a788f3fc209793159a57c766a7450318b))


### Bug Fixes

* expose plotPointRelativeToStandardDeviation ([#41](https://github.com/streetsidesoftware/thistogram/issues/41)) ([72f1eb5](https://github.com/streetsidesoftware/thistogram/commit/72f1eb55d17e7dd6dc12e2500587c27a2b561931))

## [1.0.1](https://github.com/streetsidesoftware/thistogram/compare/v1.0.0...v1.0.1) (2024-02-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "thistogram",
"version": "1.0.1",
"version": "1.1.0",
"description": "A simple text based histogram and chart generator",
"type": "module",
"packageManager": "pnpm@8.15.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -9,6 +9,6 @@
"run:temperature": "node temperature.js > ../static/temperature.txt"
},
"dependencies": {
"thistogram": "link:.."
"thistogram": "^1.1.0"
}
}

0 comments on commit ed03dcc

Please sign in to comment.