diff --git a/.changeset/dirty-pandas-dream.md b/.changeset/dirty-pandas-dream.md deleted file mode 100644 index f75540d5f..000000000 --- a/.changeset/dirty-pandas-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zus-health/ctw-component-library": minor ---- - -Manage inconsistent coding in Conditions History Panel. Now supports SNOMED, ICD-10, ICD-10CM, ICD-9, ICD-9CM for code matching. Will now filter out summary and lens tags as well. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbe45fca..184d316cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ctw-component-library +## 0.12.0 + +### Minor Changes + +- 67ddbb0: Manage inconsistent coding in Conditions History Panel. Now supports SNOMED, ICD-10, ICD-10CM, ICD-9, ICD-9CM for code matching. Will now filter out summary and lens tags as well. + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 3cf4cd40f..7fdb531d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zus-health/ctw-component-library", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "main": "dist/index.cjs", "module": "dist/index.es.js",