Skip to content

Commit

Permalink
Release Tracking (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Angelo Rivera <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2023
1 parent e70a8d9 commit 12ea23b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .changeset/young-donkeys-build.md

This file was deleted.

33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# ts-sse

## 0.0.6

### Patch Changes

- e70a8d9: ### Dependencies

- **@types/node**: Bumped from 20.5.9 to 20.9.0. [89cd4a0]
- **@typescript-eslint/parser**: Bumped from 6.6.0 to 6.10.0. [71a3693]
- **jest** and **@types/jest**: Versions bumped. [9236dc1]
- **@typescript-eslint/eslint-plugin**: Bumped from 6.6.0 to 6.10.0. [0f130cf]
- **eslint**: Bumped from 8.48.0 to 8.53.0. [17e6a46]
- **@babel/traverse**: Bumped from 7.22.15 to 7.23.3. [ef356a8]

### Other Changes

- Created `dependabot.yml` to automate dependency updates. [c965456]
- General repository maintenance and updates. [c4e535c]

***

### Commit Legend

- `[89cd4a0]`: Bump @types/node from 20.5.9 to 20.9.0
- `[71a3693]`: Bump @typescript-eslint/parser from 6.6.0 to 6.10.0
- `[9236dc1]`: Bump jest and @types/jest
- `[0f130cf]`: Bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.10.0
- `[17e6a46]`: Bump eslint from 8.48.0 to 8.53.0
- `[ef356a8]`: Bump @babel/traverse from 7.22.15 to 7.23.3
- `[c965456]`: Create dependabot.yml
- `[c4e535c]`: Chore: keep repo up to date

***

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-sse",
"version": "0.0.5",
"description": "utilities for Server Sent Events that adopts the HTML Spec Standard for the EventSource Web API.",
"version": "0.0.6",
"description": "Utilities for Server-Sent Events that adopts the HTML Spec Standard for the EventSource Web API.",
"main": "./lib/index.js",
"files": [
"lib/**/*"
Expand Down

0 comments on commit 12ea23b

Please sign in to comment.