Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit c9b5d71

Browse files
chore(release): 2.2.6 [skip ci]
## [2.2.6](v2.2.5...v2.2.6) (2020-07-06) ### Bug Fixes * **circleci:** filter master triggered PR job ([#226](#226)) ([8b33b3b](8b33b3b))
1 parent 8b33b3b commit c9b5d71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.6](https://github.com/toptal/simple-react-calendar/compare/v2.2.5...v2.2.6) (2020-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **circleci:** filter master triggered PR job ([#226](https://github.com/toptal/simple-react-calendar/issues/226)) ([8b33b3b](https://github.com/toptal/simple-react-calendar/commit/8b33b3bfd78dd0932625f37839b797006281a137))
7+
18
## [2.2.5](https://github.com/toptal/simple-react-calendar/compare/v2.2.4...v2.2.5) (2020-07-06)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "git+https://github.com/toptal/simple-react-calendar.git"
1010
},
11-
"version": "2.2.5",
11+
"version": "2.2.6",
1212
"scripts": {
1313
"start": "webpack-dev-server --config config/webpack.dev.js --env.development --hot --progress",
1414
"build": "rm -rf ./dist && webpack --config config/webpack.lib.js --progress --env.production ",

0 commit comments

Comments
 (0)