Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#48)
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 2797a84 commit 2eb2d52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* expose `stats` functions ([#47](https://github.com/streetsidesoftware/thistogram/issues/47)) ([2797a84](https://github.com/streetsidesoftware/thistogram/commit/2797a84149f916d4d882fa668fc5d9a5e2ff7690))

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


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "thistogram",
"version": "1.1.0",
"version": "1.1.1",
"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.1"
}
}

0 comments on commit 2eb2d52

Please sign in to comment.