We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3c3a commit 19efb85Copy full SHA for 19efb85
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.3.0](https://www.github.com/mylims/base-processor/compare/v0.2.0...v0.3.0) (2022-04-06)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* update processor fields
9
10
+### Miscellaneous Chores
11
12
+* update processor fields ([c5f3c3a](https://www.github.com/mylims/base-processor/commit/c5f3c3a85d73fa77f61b12fb17f8e3e75b0d0e0d))
13
14
## [0.2.0](https://www.github.com/mylims/base-processor/compare/v0.1.1...v0.2.0) (2021-11-12)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "@mylims/base-processor",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Processor for B1505 instrument",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
0 commit comments