Skip to content

Commit eaa4b9f

Browse files
committed
chore(release): 2.1.1
1 parent 56e06cc commit eaa4b9f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

55

6+
### [2.1.1](https://github.com/natterstefan/react-component-catalog/compare/v2.1.0...v2.1.1) (2021-03-29)
7+
8+
9+
### Fixes
10+
11+
* added missing esm/index.d.ts declaration file ([#70](https://github.com/natterstefan/react-component-catalog/issues/70)) ([56e06cc](https://github.com/natterstefan/react-component-catalog/commit/56e06cc65653b7d00938ce7dba7a24f35ec68d8d)), closes [#68](https://github.com/natterstefan/react-component-catalog/issues/68)
12+
613
## [2.1.0](https://github.com/natterstefan/react-component-catalog/compare/v2.0.0...v2.1.0) (2020-10-27)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-component-catalog-monorepo",
33
"author": "Stefan Natter <https://natterstefan.me>",
44
"license": "Apache-2.0",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"private": true,
77
"scripts": {
88
"build": "FORCE_COLOR=1 lerna run build --stream",

0 commit comments

Comments
 (0)