Skip to content

Commit

Permalink
[tagpr] update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2023
1 parent 11cfa7d commit d1f5005
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Changelog

## [v4.2.10](https://github.com/masutaka/github-nippou/compare/v4.2.9...v4.2.10) - 2023-11-12
- Introduce github-nippou-web by @masutaka in https://github.com/masutaka/github-nippou/pull/125
- Change default branch from `master` to `main` by @masutaka in https://github.com/masutaka/github-nippou/pull/128
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/126
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/127
- Introduce automatic release using GitHub Actions by @masutaka in https://github.com/masutaka/github-nippou/pull/130

## [v4.2.9](https://github.com/masutaka/github-nippou/compare/v4.2.8...v4.2.9) - 2023-11-06
- Bump go-github to latest v56 by @masutaka in https://github.com/masutaka/github-nippou/pull/123
- Bump go-yaml to latest v3 by @masutaka in https://github.com/masutaka/github-nippou/pull/124

## [v4.2.8](https://github.com/masutaka/github-nippou/compare/v4.2.7...v4.2.8) - 2023-11-06
- ライブラリとしてのユースケースに対応する by @masutaka in https://github.com/masutaka/github-nippou/pull/122

## [v4.2.7](https://github.com/masutaka/github-nippou/compare/v4.2.6...v4.2.7) - 2023-11-02
- Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/120
- refactor(lib): Remove environment variable dependencies from lib.List() by @MH4GF in https://github.com/masutaka/github-nippou/pull/118

## [v4.2.6](https://github.com/masutaka/github-nippou/compare/v4.2.5...v4.2.6) - 2023-10-31
- maintenance: setup CI for forked PRs by @MH4GF in https://github.com/masutaka/github-nippou/pull/117
- Fix broken `open-setting` sub command by @masutaka in https://github.com/masutaka/github-nippou/pull/119

## [v4.2.5](https://github.com/masutaka/github-nippou/compare/v4.2.4...v4.2.5) - 2023-10-28
- docs: Add a description of the customize format by @MH4GF in https://github.com/masutaka/github-nippou/pull/115
- refactor(lib): Remove environment variable dependencies from `Settings.Init()` and `Format.All()` by @MH4GF in https://github.com/masutaka/github-nippou/pull/116

## [v4.2.4](https://github.com/masutaka/github-nippou/compare/v4.2.3...v4.2.4) - 2023-10-19
- maintenance: Use event.ParsePayload() instead of deprecated event.Payload() by @MH4GF in https://github.com/masutaka/github-nippou/pull/111

## [v4.2.3](https://github.com/masutaka/github-nippou/compare/v4.2.2...v4.2.3) - 2023-10-14
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/109

## [v4.2.2](https://github.com/masutaka/github-nippou/compare/v4.2.1...v4.2.2) - 2023-10-07
- Bump golang.org/x/oauth2 from 0.10.0 to 0.12.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/107
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/masutaka/github-nippou/pull/108

## [v4.2.1](https://github.com/masutaka/github-nippou/compare/v4.2.0...v4.2.1) - 2023-09-03

## [v4.2.0](https://github.com/masutaka/github-nippou/compare/v4.1.21...v4.2.0) - 2023-09-02

## [v4.1.21](https://github.com/masutaka/github-nippou/compare/v4.1.20...v4.1.21) - 2023-08-17
- Fix panic on empty user input in `$ github-nippou init` by @masutaka in https://github.com/masutaka/github-nippou/pull/106

## [v4.1.20](https://github.com/masutaka/github-nippou/compare/v4.1.19...v4.1.20) - 2023-08-15

## [v4.1.19](https://github.com/masutaka/github-nippou/compare/v4.1.18...v4.1.19) - 2023-08-04
- Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/104

## [v4.1.18](https://github.com/masutaka/github-nippou/compare/v4.1.17...v4.1.18) - 2023-07-02
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/103

## [v4.1.17](https://github.com/masutaka/github-nippou/compare/v4.1.16...v4.1.17) - 2023-06-02
- Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/102

## [v4.1.16](https://github.com/masutaka/github-nippou/compare/v4.1.15...v4.1.16) - 2023-05-01
- Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/101
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/100

## [v4.1.15](https://github.com/masutaka/github-nippou/compare/v4.1.14...v4.1.15) - 2023-04-02
- Bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/masutaka/github-nippou/pull/99
- Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/98

## [v4.1.14](https://github.com/masutaka/github-nippou/compare/v4.1.13...v4.1.14) - 2023-03-01
- Bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/97

## [v4.1.13](https://github.com/masutaka/github-nippou/compare/v4.1.12...v4.1.13) - 2023-03-01
- Bump golang.org/x/oauth2 from 0.0.0-20211104180415-d3ed0bb246c8 to 0.5.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/96

## [v4.1.12](https://github.com/masutaka/github-nippou/compare/v4.1.11...v4.1.12) - 2022-11-22

## [v4.1.11](https://github.com/masutaka/github-nippou/compare/v4.1.10...v4.1.11) - 2022-11-22
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in https://github.com/masutaka/github-nippou/pull/95

0 comments on commit d1f5005

Please sign in to comment.