Skip to content

Commit bed2ad1

Browse files
author
Mint de Wit
committed
chore: release 0.2.0
1 parent 180a03d commit bed2ad1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.
4+
5+
## [0.2.0](https://github.com/baltedewit/hyperdeck-server-connection/compare/0.0.4...v0.2.0) (Tue Jul 09 2024)
6+
7+
## Breaking changes
8+
9+
### Features
10+
11+
- **!** update library to node 12 [d5f04df](https://github.com/baltedewit/hyperdeck-server-connection/commit/d5f04df21f27c49d53ff0732371aea22a657982f)
412

513
### [0.0.4](https://github.com/baltedewit/hyperdeck-server-connection/compare/0.0.3...0.0.4) (2023-03-08)
614

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperdeck-server-connection",
3-
"version": "0.0.4",
3+
"version": "0.2.0",
44
"description": "Typescript Node.js library for emulating a Blackmagic Hyperdeck",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -52,4 +52,4 @@
5252
"javascript",
5353
"open source"
5454
]
55-
}
55+
}

0 commit comments

Comments
 (0)