Skip to content

Commit a3288f2

Browse files
chore(main): release 1.0.1 (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d87852c commit a3288f2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/streetsidesoftware/thistogram/compare/v1.0.0...v1.0.1) (2024-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Include the types in the package. ([#26](https://github.com/streetsidesoftware/thistogram/issues/26)) ([840fd5d](https://github.com/streetsidesoftware/thistogram/commit/840fd5d02b76e35e60783b4cd5034d7b31852356))
9+
* make examples narrower ([3901c89](https://github.com/streetsidesoftware/thistogram/commit/3901c89c55b1891b626892ff1a5136863c91052a))
10+
311
## 1.0.0 (2024-02-14)
412

513

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.0",
3+
"version": "1.0.1",
44
"description": "A simple text based histogram and chart generator",
55
"type": "module",
66
"packageManager": "pnpm@8.15.2",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"run:temperature": "node temperature.js > ../static/temperature.txt"
99
},
1010
"dependencies": {
11-
"thistogram": "link:.."
11+
"thistogram": "^1.0.1"
1212
}
1313
}

0 commit comments

Comments
 (0)