Skip to content

Commit

Permalink
release: 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2021-01-29)

### Bug Fixes

* **package.json:** fix dependency classifications ([8835260](8835260))

### Build System

* **post-release-check.yml:** ensure packages are downloaded w/ --production ([1562bbc](1562bbc))
  • Loading branch information
xunn-bot committed Jan 29, 2021
1 parent 8835260 commit b76338a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 30 deletions.
62 changes: 39 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,61 @@

All notable changes to this project will be documented in this file.

The format is based on [Conventional Commits][8], and this project adheres to
[Semantic Versioning][9].
The format is based on [Conventional Commits][10], and this project adheres to
[Semantic Versioning][11].

## [1.0.1][10] (2021-01-29)
## [1.0.2][12] (2021-01-29)

### Bug Fixes

- **package.json:** fix dependency classifications ([8835260][13])

### Build System

- **post-release-check.yml:** ensure packages are downloaded w/ --production
([1562bbc][14])

## [1.0.1][1] (2021-01-29)

### Build System

- **post-release-check.yml:** run executables as part of check ([6151b24][11])
- **post-release-check.yml:** run executables as part of check ([6151b24][2])

# [1.0.0][1] (2021-01-29)
# [1.0.0][3] (2021-01-29)

### Build System

- **build-test-deploy.yml:** drop support for webpack 4 ([66d531e][2])
- **cleanup.yml:** fix bug for new package repos ([0792f9a][3])
- **integration-node-cli.test.ts:** add proper git config ([3947d23][4])
- **package.json:** add @types/yargs explicitly ([1183c65][5])
- **build-test-deploy.yml:** drop support for webpack 4 ([66d531e][4])
- **cleanup.yml:** fix bug for new package repos ([0792f9a][5])
- **integration-node-cli.test.ts:** add proper git config ([3947d23][6])
- **package.json:** add @types/yargs explicitly ([1183c65][7])

### Features

- Initial commit ([1e08a88][6])
- Upgrade to semantic-release-based pipeline ([3074894][7])
- Initial commit ([1e08a88][8])
- Upgrade to semantic-release-based pipeline ([3074894][9])

[1]:
https://github.com/Xunnamius/git-add-then-commit/compare/1e08a889343fac542b4196a2d0b77fc7feb26a50...v1.0.0
[1]: https://github.com/Xunnamius/git-add-then-commit/compare/v1.0.0...v1.0.1
[2]:
https://github.com/Xunnamius/git-add-then-commit/commit/66d531e72db3cc2978fef77d643bd9c000101728
https://github.com/Xunnamius/git-add-then-commit/commit/6151b2452394e6c8bd9dee9c0c53706edeb6ce77
[3]:
https://github.com/Xunnamius/git-add-then-commit/commit/0792f9a4e62cf816840fc67a53848bdc8e97a9c3
https://github.com/Xunnamius/git-add-then-commit/compare/1e08a889343fac542b4196a2d0b77fc7feb26a50...v1.0.0
[4]:
https://github.com/Xunnamius/git-add-then-commit/commit/3947d237b2562b8a78b06a98bc6e6d417356dc20
https://github.com/Xunnamius/git-add-then-commit/commit/66d531e72db3cc2978fef77d643bd9c000101728
[5]:
https://github.com/Xunnamius/git-add-then-commit/commit/1183c65a74fed20b2a7e71cbbd5f8577f7ec8b27
https://github.com/Xunnamius/git-add-then-commit/commit/0792f9a4e62cf816840fc67a53848bdc8e97a9c3
[6]:
https://github.com/Xunnamius/git-add-then-commit/commit/1e08a889343fac542b4196a2d0b77fc7feb26a50
https://github.com/Xunnamius/git-add-then-commit/commit/3947d237b2562b8a78b06a98bc6e6d417356dc20
[7]:
https://github.com/Xunnamius/git-add-then-commit/commit/1183c65a74fed20b2a7e71cbbd5f8577f7ec8b27
[8]:
https://github.com/Xunnamius/git-add-then-commit/commit/1e08a889343fac542b4196a2d0b77fc7feb26a50
[9]:
https://github.com/Xunnamius/git-add-then-commit/commit/307489496f94132a1d074374e6dc4d1bc57b0df6
[8]: https://conventionalcommits.org
[9]: https://semver.org
[10]: https://github.com/Xunnamius/git-add-then-commit/compare/v1.0.0...v1.0.1
[11]:
https://github.com/Xunnamius/git-add-then-commit/commit/6151b2452394e6c8bd9dee9c0c53706edeb6ce77
[10]: https://conventionalcommits.org
[11]: https://semver.org
[12]: https://github.com/Xunnamius/git-add-then-commit/compare/v1.0.1...v1.0.2
[13]:
https://github.com/Xunnamius/git-add-then-commit/commit/88352606b5b11b50da45b91eb521abbe0619d6ba
[14]:
https://github.com/Xunnamius/git-add-then-commit/commit/1562bbc9cf6d921907128ea61988d3a19b1d853f
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ Defined in: [src/index.ts:36][10]

[5]: README.md#configureprogram

[6]: https://github.com/Xunnamius/git-add-then-commit/blob/b6ec511/src/index.ts#L20
[6]: https://github.com/Xunnamius/git-add-then-commit/blob/8835260/src/index.ts#L20

[7]: https://github.com/Xunnamius/git-add-then-commit/blob/b6ec511/src/index.ts#L18
[7]: https://github.com/Xunnamius/git-add-then-commit/blob/8835260/src/index.ts#L18

[8]: https://github.com/Xunnamius/git-add-then-commit/blob/b6ec511/src/index.ts#L16
[8]: https://github.com/Xunnamius/git-add-then-commit/blob/8835260/src/index.ts#L16

[9]: https://github.com/Xunnamius/git-add-then-commit/blob/b6ec511/src/index.ts#L30
[9]: https://github.com/Xunnamius/git-add-then-commit/blob/8835260/src/index.ts#L30

[10]: https://github.com/Xunnamius/git-add-then-commit/blob/b6ec511/src/index.ts#L36
[10]: https://github.com/Xunnamius/git-add-then-commit/blob/8835260/src/index.ts#L36
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-add-then-commit",
"version": "1.0.1",
"version": "1.0.2",
"description": "Minimalist CLI tool to automate the git-add-then-commit workflow for conventional commit messages",
"keywords": [
"git",
Expand Down

0 comments on commit b76338a

Please sign in to comment.