Skip to content

Commit 1b821f5

Browse files
committed
Release new version.
1 parent 7c5937d commit 1b821f5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.9.2](https://github.com/Patternslib/patterns/compare/9.9.1...9.9.2) (2023-05-29)
8+
9+
10+
### Maintenance
11+
12+
13+
* Upgrade to @patternslib/dev 3.3.3 ([35c63df](https://github.com/Patternslib/patterns/commit/35c63dfb0f4d2f7697656658ac134af24c1c8337))
14+
15+
This fixes a missing build in npm releases.
16+
Now you can again use jsdelivr and unpkg.
17+
718
## [9.9.1](https://github.com/Patternslib/patterns/compare/9.9.1-alpha.0...9.9.1) (2023-05-23)
819

920
## [9.9.1](https://github.com/Patternslib/patterns/compare/9.9.1-alpha.0...9.9.1) (2023-05-23)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.9.1",
3+
"version": "9.9.2",
44
"title": "Markup patterns to drive behaviour.",
55
"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.",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)