Skip to content

Commit

Permalink
chore: release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 12, 2022
1 parent b76c830 commit 4dc699c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 27 deletions.
45 changes: 20 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,64 @@

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

## [0.3.2] - 2022-06-12

### Bug Fixes

- fix(Changelog): Remove empty releases from changlelog ([b76c830])
- fix: Changelog commit links ([5fa357d])

## [0.3.1] - 2022-06-12

### Bug Fixes

- fix: config.github might be undefined ([`266d13e`])
- fix: config.github might be undefined ([266d13e])

## [0.3.0] - 2022-06-12

### Features

- feat: Extend list of conventional commit filters with `core` and `docs` ([`95a4a1e`])
- feat: Add support for enabling plugins via cli flags (#15) ([`11d6236`])

## [0.2.4] - 2022-06-04

## [0.2.3] - 2022-06-04
- feat: Extend list of conventional commit filters with `core` and `docs` ([95a4a1e])
- feat: Add support for enabling plugins via cli flags (#15) ([11d6236])

## [0.2.2] - 2022-06-04

### Features

- feat: publish to deno/x ([`305081e`])
- feat: publish to deno/x ([305081e])

## [0.2.1] - 2022-06-02

### Bug Fixes

- fix: release links ([`426f43a`])
- fix: release links ([426f43a])

## [0.2.0] - 2022-06-02

### Features

- feat: cleanup changelog ([`ade5620`])
- feat: add breaking type and support for draft release in config (#11) ([`d4f08a2`])
- feat: cleanup changelog ([ade5620])
- feat: add breaking type and support for draft release in config (#11) ([d4f08a2])

### Bug Fixes

- fix: changelog links ([`dde99a9`])
- fix: remove 'changelog' in release notes (#10) ([`4d75e14`])
- fix: changelog links ([dde99a9])
- fix: remove 'changelog' in release notes (#10) ([4d75e14])

## [0.1.1] - 2022-06-01

### Features

- feat: changelog doc (#9) ([`1f041eb`])

## [0.1.0] - 2022-06-01

## [0.0.2] - 2022-05-28

## [0.0.1] - 2022-05-28
- feat: changelog doc (#9) ([1f041eb])

[0.3.2]: https://github.com/sylc/release_up/compare/0.3.2
[b76c830]: https://github.com/sylc/release_up/commit/b76c830a620361c9334ce71b3edb3bde80c93530
[5fa357d]: https://github.com/sylc/release_up/commit/5fa357d9479336e1bf5d7e95dfb6dce3098597b6
[0.3.1]: https://github.com/sylc/release_up/compare/0.3.1
[266d13e]: https://github.com/sylc/release_up/commit/266d13e91cc6b331b6fdbb0bbb082648c45300ea
[0.3.0]: https://github.com/sylc/release_up/compare/0.3.0
[95a4a1e]: https://github.com/sylc/release_up/commit/95a4a1e900b75e6b39126edbf7e898487300cef8
[11d6236]: https://github.com/sylc/release_up/commit/11d62362e72318cf79033530d277fab2cad9e816
[0.2.4]: https://github.com/sylc/release_up/compare/0.2.4
[0.2.3]: https://github.com/sylc/release_up/compare/0.2.3
[0.2.2]: https://github.com/sylc/release_up/compare/0.2.2
[305081e]: https://github.com/sylc/release_up/commit/305081ed2c3603fb0d9e1c9598511ff69e4ae34e
[0.2.1]: https://github.com/sylc/release_up/compare/0.2.1
Expand All @@ -73,6 +71,3 @@ All notable changes to this project will be documented in this file.
[4d75e14]: https://github.com/sylc/release_up/commit/4d75e14bd718d8378d27fff51fb7b5ea48b786f9
[0.1.1]: https://github.com/sylc/release_up/compare/0.1.1
[1f041eb]: https://github.com/sylc/release_up/commit/1f041ebd2dd227913054d31eb30adfebee9ef570
[0.1.0]: https://github.com/sylc/release_up/compare/0.1.0
[0.0.2]: https://github.com/sylc/release_up/compare/0.0.2
[0.0.1]: https://github.com/sylc/release_up/compare/0.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A fork of [release](https://github.com/denosaurs/release), by
## Installation

```
$ deno install -A -f --no-check -n release_up https://deno.land/x/release_up@0.3.1/cli.ts
$ deno install -A -f --no-check -n release_up https://deno.land/x/release_up@0.3.2/cli.ts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.3.1"
"version": "0.3.2"
}

0 comments on commit 4dc699c

Please sign in to comment.