Skip to content

Commit 745978b

Browse files
committed
Release new version.
1 parent d887fbd commit 745978b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGES.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
### [7.1.2](https://github.com/Patternslib/patterns/compare/7.1.1...7.1.2) (2022-03-14)
1+
2+
3+
### [7.1.3](https://github.com/Patternslib/patterns/compare/7.1.2...7.1.3) (2022-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **core logging:** Fix invalid use of typeof. ([e2e992d](https://github.com/Patternslib/patterns/commit/e2e992dbb8057f5fde13d521cbbafdc4e9e163ae))
9+
10+
11+
12+
### Maintenance
13+
14+
* Upgrade dependencies. ([c0206d1](https://github.com/Patternslib/patterns/commit/c0206d18767042d3b29f472fc744eb5c67c655a3))### [7.1.2](https://github.com/Patternslib/patterns/compare/7.1.1...7.1.2) (2022-03-14)
215

316

417
### Bug Fixes
@@ -1867,4 +1880,4 @@ The CSS id selector is defined by an optional URL fragment in the pre-configured
18671880

18681881
## 1.0.0 - Released January 28, 2013
18691882

1870-
- First official release.
1883+
- First official release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
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)