diff --git a/.changeset/quick-rice-cheer.md b/.changeset/quick-rice-cheer.md deleted file mode 100644 index 3d6901262..000000000 --- a/.changeset/quick-rice-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Adds support for Syntax-highlighting Code Block's highlighted lines, line number and line wrap features diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4266ecf..266190d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/patterns +## 13.2.0 + +### Minor Changes + +- [#2138](https://github.com/cloudfour/cloudfour.com-patterns/pull/2138) [`e332d714`](https://github.com/cloudfour/cloudfour.com-patterns/commit/e332d714769ff3b42d84bb6f800f46f4f34f555a) Thanks [@tylersticka](https://github.com/tylersticka)! - Adds support for Syntax-highlighting Code Block's highlighted lines, line number and line wrap features + ## 13.1.0 ### Minor Changes diff --git a/package.json b/package.json index 1637bb4b5..a6e92c915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "13.1.0", + "version": "13.2.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",