Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Mar 29, 2021
1 parent 56e06cc commit eaa4b9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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).


### [2.1.1](https://github.com/natterstefan/react-component-catalog/compare/v2.1.0...v2.1.1) (2021-03-29)


### Fixes

* 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)

## [2.1.0](https://github.com/natterstefan/react-component-catalog/compare/v2.0.0...v2.1.0) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-component-catalog-monorepo",
"author": "Stefan Natter <https://natterstefan.me>",
"license": "Apache-2.0",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"build": "FORCE_COLOR=1 lerna run build --stream",
Expand Down

0 comments on commit eaa4b9f

Please sign in to comment.