Skip to content

Commit bc9b036

Browse files
author
Gabe
committed
chore(release): 1.12.0
1 parent 474b5f5 commit bc9b036

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.12.0](https://github.com/johnsonandjohnson/mettle-components/compare/v1.10.3...v1.12.0) (2022-10-20)
6+
7+
8+
### Features
9+
10+
* handle code exceptions in routing ([#86](https://github.com/johnsonandjohnson/mettle-components/issues/86)) ([474b5f5](https://github.com/johnsonandjohnson/mettle-components/commit/474b5f596278437bd7cefb66e186ff55fe36128c))
11+
* mettle sidebar component ([#77](https://github.com/johnsonandjohnson/mettle-components/issues/77)) ([3be56aa](https://github.com/johnsonandjohnson/mettle-components/commit/3be56aa5162be320c8f49540cdc7bbea2fdd85dd))
12+
13+
14+
### Bug Fixes
15+
16+
* update readme ([#82](https://github.com/johnsonandjohnson/mettle-components/issues/82)) ([ecb4b5c](https://github.com/johnsonandjohnson/mettle-components/commit/ecb4b5cb7acaaffde7b3c80d01c5121021cd692b))
17+
18+
19+
* update on how to update release version ([#83](https://github.com/johnsonandjohnson/mettle-components/issues/83)) ([3577451](https://github.com/johnsonandjohnson/mettle-components/commit/3577451961d0ca208a1df0b597450fe248c892a5))
20+
521
## [1.11.0](https://github.com/johnsonandjohnson/mettle-components/compare/v1.10.3...v1.11.0) (2022-05-14)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@johnsonandjohnson/mettle-components",
33
"description": "Reusable UI Web Component elements.",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"private": false,

0 commit comments

Comments
 (0)