Skip to content

Commit e7f7f44

Browse files
committed
fix: do not exclude the bin/ directory
1 parent a2ec201 commit e7f7f44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/.gitattributes export-ignore
44
/.github/ export-ignore
55
/.gitignore export-ignore
6-
/bin/ export-ignore
76
/build/ export-ignore
87
/captainhook.json export-ignore
98
/CHANGELOG.md export-ignore

CHANGELOG.md

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

8+
## 1.2.1 - 2021-08-06
9+
10+
### Fixed
11+
12+
* Do not exclude the `bin/` directory from the distribution package.
13+
814
## 1.2.0 - 2021-08-06
915

1016
### Added

0 commit comments

Comments
 (0)