From b1c60b5d10620c249b4ecd5d427ac79f3c79865b Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 27 Nov 2023 12:43:39 +0100 Subject: [PATCH] Release new version. --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d80089917..06e1c38e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ See the [history](./docs/history/index.md) for older changelog entries. +## [9.9.10](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.4...9.9.10) (2023-11-27) + ## [9.9.10-alpha.4](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.3...9.9.10-alpha.4) (2023-11-23) diff --git a/package.json b/package.json index 3a7c017a5..8d27922d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.9.10-alpha.4", + "version": "9.9.10", "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",