diff --git a/CHANGES.md b/CHANGES.md index c95cd68aa..d80089917 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,21 @@ See the [history](./docs/history/index.md) for older changelog entries. +## [9.9.10-alpha.4](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.3...9.9.10-alpha.4) (2023-11-23) + + +### Features + + +* Upgrade dependencies. ([a896a80](https://github.com/Patternslib/patterns/commit/a896a80d07d5bc471fd5495aacb56496d0e64edb)) + + + +### Bug Fixes + + +* Upgrade node version for GitHub Actions. ([1cf4d6a](https://github.com/Patternslib/patterns/commit/1cf4d6a620ac361b99bbf7c2d13f6b4da4d96694)) + ## [9.9.10-alpha.3](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.2...9.9.10-alpha.3) (2023-11-17) @@ -2002,4 +2017,4 @@ For usage see: src/core/basepattern.md - **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7)) -- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c)) \ No newline at end of file +- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c)) diff --git a/package.json b/package.json index cfa79a217..3a7c017a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.9.10-alpha.3", + "version": "9.9.10-alpha.4", "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",