diff --git a/CHANGELOG.md b/CHANGELOG.md index cec1195..119a5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## [2.0.0](https://github.com/Norgate-AV/crestron-ch5-helper/compare/v1.2.0...v2.0.0) (2024-02-24) + +### โš  BREAKING CHANGES + +- **digital:** update state reserved joins +- **digital:** update event reserved joins +- **analog:** update state reserved joins +- **analog:** update event reserved joins + +### ๐ŸŒŸ Features + +- **serial:** add new event reserved joins ([998f22e](https://github.com/Norgate-AV/crestron-ch5-helper/commit/998f22e90bb4503b1956c999075f7f67d3d2ba79)) +- **serial:** add new state reserved joins ([a919c39](https://github.com/Norgate-AV/crestron-ch5-helper/commit/a919c39ce8bac6fed600cbc2a091da5bd247f583)) +- replace enums in favour of pojos ([7172fbe](https://github.com/Norgate-AV/crestron-ch5-helper/commit/7172fbe5116854ef24c7a1929211028bd0a97874)) +- update all dependencies ([52f8de7](https://github.com/Norgate-AV/crestron-ch5-helper/commit/52f8de78dcff5c1bcbf6417d62a092ea2de0e3a9)) +- **analog:** update event reserved joins ([59391d8](https://github.com/Norgate-AV/crestron-ch5-helper/commit/59391d8b3f45887f13801500474469184d237a93)) +- **digital:** update event reserved joins ([049ffba](https://github.com/Norgate-AV/crestron-ch5-helper/commit/049ffbad7ea2acdaca7e8d3431e7a2978d437215)) +- **analog:** update state reserved joins ([800c235](https://github.com/Norgate-AV/crestron-ch5-helper/commit/800c235b552ad2e2501a32ed76fb519244d6ee03)) +- **digital:** update state reserved joins ([84c0aac](https://github.com/Norgate-AV/crestron-ch5-helper/commit/84c0aac823ee1aef8aea3deed75b606edba798f2)) + +### ๐Ÿ› Bug Fixes + +- add dedicated eslint config to get around tsdx ([ece1fe8](https://github.com/Norgate-AV/crestron-ch5-helper/commit/ece1fe8ca65417425497f63312531f0d76b018f8)) + +### โœจ Refactor + +- remove named export. export default only ([71f2e7b](https://github.com/Norgate-AV/crestron-ch5-helper/commit/71f2e7b49a1b084765655c95ccaa780bb5e3d38e)) + +### ๐Ÿงช Tests + +- add test file ([af80848](https://github.com/Norgate-AV/crestron-ch5-helper/commit/af808484cb7609064cefd6191d9e5cac46f87f7e)) +- move remote join check into separate test file ([e2d9297](https://github.com/Norgate-AV/crestron-ch5-helper/commit/e2d9297cced54667833853ff2c18aabc8fb1fda1)) +- start basic test file ([23d1157](https://github.com/Norgate-AV/crestron-ch5-helper/commit/23d11574a1df891258f69b9a2f08644214a9ba69)) +- update tests ([2862eff](https://github.com/Norgate-AV/crestron-ch5-helper/commit/2862eff11bbd410b35322f8390efc0caa158e5da)) +- update tests to check latest reserved joins ([cb81d50](https://github.com/Norgate-AV/crestron-ch5-helper/commit/cb81d508bb4ee9047ea0efcf178f0f867076f0fc)) + +### ๐Ÿ› ๏ธ Build + +- update tsup config ([d8b15a4](https://github.com/Norgate-AV/crestron-ch5-helper/commit/d8b15a40b995303e6b124a89f2fa3ce5fb54404d)) +- use tsup for bundling ([2559832](https://github.com/Norgate-AV/crestron-ch5-helper/commit/2559832ad614e731f62b3f13daaf1cf91ea81c51)) + +### ๐Ÿค– CI + +- add pnpm setup to size-limit workflow ([d8134d6](https://github.com/Norgate-AV/crestron-ch5-helper/commit/d8134d6502374462b0a1f28d565b619e8ebcd877)) +- add workflow to check join data on schedule ([d94a2de](https://github.com/Norgate-AV/crestron-ch5-helper/commit/d94a2dede14b1fcdeee9906055990817d1ac2457)) +- run npm script for test ([2c57175](https://github.com/Norgate-AV/crestron-ch5-helper/commit/2c57175ec406e8e7d4065828bcfbe916e78098e7)) +- update changelogrc ([ebb5fb4](https://github.com/Norgate-AV/crestron-ch5-helper/commit/ebb5fb4fbbb392bf8d02a91883de52da50979cac)) +- update params for size-limit workflow ([b8cffbe](https://github.com/Norgate-AV/crestron-ch5-helper/commit/b8cffbe8916666802e6be979f1dfc4d2270814ae)) +- update size-limit checkout action ([ee0027b](https://github.com/Norgate-AV/crestron-ch5-helper/commit/ee0027bc1371ebb6c309baf593ba8ff71fc3dab9)) +- update workflow ([ba715be](https://github.com/Norgate-AV/crestron-ch5-helper/commit/ba715be63061460dc525166f8677db83b98e7e28)) +- update workflow ([30eaa2c](https://github.com/Norgate-AV/crestron-ch5-helper/commit/30eaa2c54c24031cdd24e3ddeec0fcd12f663678)) + ## [1.2.0](https://github.com/Norgate-AV-Solutions-Ltd/crestron-ch5-helper/compare/v1.1.0...v1.2.0) (2022-05-20) ### Features diff --git a/package.json b/package.json index cdc673c..5b3fd11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@norgate-av/crestron-ch5-helper", "description": "A helper collection of Crestron CH5 constants ๐Ÿ˜€", - "version": "1.2.0", + "version": "2.0.0", "keywords": [ "ch5", "crestron",