We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ec201 commit e7f7f44Copy full SHA for e7f7f44
.gitattributes
@@ -3,7 +3,6 @@
3
/.gitattributes export-ignore
4
/.github/ export-ignore
5
/.gitignore export-ignore
6
-/bin/ export-ignore
7
/build/ export-ignore
8
/captainhook.json export-ignore
9
/CHANGELOG.md export-ignore
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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).
+## 1.2.1 - 2021-08-06
+
10
+### Fixed
11
12
+* Do not exclude the `bin/` directory from the distribution package.
13
14
## 1.2.0 - 2021-08-06
15
16
### Added
0 commit comments