Skip to content

Commit 5eaaa67

Browse files
committed
chore: new version
1 parent 3fea1bd commit 5eaaa67

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/legal-bobcats-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/hn-uncensored/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3fea1bd]
8+
- hyperstar@0.9.0
9+
310
## 1.0.3
411

512
### Patch Changes

examples/hn-uncensored/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hn-uncensored",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"description": "Monitor HN for suspicious rank drops using z-score anomaly detection",
66
"scripts": {

packages/hyperstar/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 3fea1bd: Http endpoint
8+
39
## 0.8.0
410

511
### Minor Changes

packages/hyperstar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperstar",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"type": "module",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

0 commit comments

Comments
 (0)