Skip to content

Commit aaf6511

Browse files
chore(main): release 2.0.0 (#343)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0953b27 commit aaf6511

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/streetsidesoftware/thistogram/compare/v1.1.1...v2.0.0) (2025-07-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require Node >= 20.18 ([#341](https://github.com/streetsidesoftware/thistogram/issues/341))
9+
10+
### Features
11+
12+
* Require Node &gt;= 20.18 ([#341](https://github.com/streetsidesoftware/thistogram/issues/341)) ([5071a4a](https://github.com/streetsidesoftware/thistogram/commit/5071a4a815c216d14ac60c06c5e4d688cae21781))
13+
314
## [1.1.1](https://github.com/streetsidesoftware/thistogram/compare/v1.1.0...v1.1.1) (2024-02-23)
415

516

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.1.1",
3+
"version": "2.0.0",
44
"description": "A simple text based histogram and chart generator",
55
"type": "module",
66
"packageManager": "[email protected]+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",

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": "^2.0.0"
1313
}
1414
}

0 commit comments

Comments
 (0)