diff --git a/CHANGES.md b/CHANGES.md index c2a32c1ff..e0d8a462d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,14 @@ See the [history](./docs/history/index.md) for older changelog entries. +## [9.9.6-alpha.2](https://github.com/Patternslib/patterns/compare/9.9.6-alpha.1...9.9.6-alpha.2) (2023-08-30) + + +### Maintenance + + +* Upgrade pat-tiptap with new tiptap version. ([f0c2602](https://github.com/Patternslib/patterns/commit/f0c26023237d00dad2fb25d2be158995dc6a7b61)) + ## [9.9.6-alpha.1](https://github.com/Patternslib/patterns/compare/9.9.6-alpha.0...9.9.6-alpha.1) (2023-08-30) diff --git a/package.json b/package.json index 78782b627..1829c0083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.9.6-alpha.1", + "version": "9.9.6-alpha.2", "title": "Markup patterns to drive behaviour.", "description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.", "license": "BSD-3-Clause",