Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update semantic-release monorepo (major) #20

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 9, 2020

This PR contains the following updates:

Package Type Update Change
@semantic-release/commit-analyzer dependencies major ^6.1.0 -> ^8.0.0
@semantic-release/npm dependencies major ^5.1.4 -> ^7.0.0
@semantic-release/release-notes-generator dependencies major ^7.1.4 -> ^9.0.0
semantic-release dependencies major [`^15.13.3

Release Notes

semantic-release/commit-analyzer

v8.0.1

Compare Source

Bug Fixes
  • package: update micromatch to version 4.0.2 (ab3e4fd)

v8.0.0

Compare Source

chore
  • require Node.js >=10.18 (3f1dfc3)
BREAKING CHANGES
  • Require Node.js >= 10.18

v7.0.0

Compare Source

Bug Fixes
  • use correct peerDependencies for semantic-release (4ff652f)
  • package: update import-from to version 3.0.0 (060dc29)
Features
  • add support for conventionalcommits preset (2b5ac0a)
  • allow to disable default release rules with release: false (ea2b204)
  • require Node.js >=10.13 (9f72907)
  • use globs instead of regexp for releases rules (fc9b28a)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Regexp are not supported anymore for property matching in the releaseRules option.

Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

semantic-release/npm

v7.0.5

Compare Source

Bug Fixes
  • package: update fs-extra to version 9.0.0 (67a3109)

v7.0.4

Compare Source

Bug Fixes
  • package: update tempy to version 0.5.0 (6ffff19)

v7.0.3

Compare Source

Bug Fixes
  • package: update tempy to version 0.4.0 (4874bf6)

v7.0.2

Compare Source

Bug Fixes
  • package: update normalize-url to version 5.0.0 (a554580)

v7.0.1

Compare Source

Bug Fixes
  • package: update semver to version 7.1.2 (a58b30b)

v7.0.0

Compare Source

chore
  • require Node.js >=10.18 (8140f0f)
BREAKING CHANGES
  • Require Node.js >= 10.18

v6.0.0

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (d97dee5)
  • package: update semver to version 6.3.0 (c515862)
  • add dist-tag to publish and add-channel logs (db6ccd2)
  • use correct peerDependencies for semantic-release (8b47e7b)
  • package: pin npm to 6.5.0 (ddab7b7)
  • package: update aggregate-error to version 2.0.0 (df53298)
  • package: update aggregate-error to version 3.0.0 (3e0d5d0)
  • package: update execa to version 3.0.0 (b1780c1)
  • package: update npm to version 6.8.0 (2b0492e)
  • package: update read-pkg to version 5.0.0 (877ce40)
  • package: update vulnerable dependencies (#​185) (a96c6da)
  • skip tarball move if config is cwd (a224497)
  • package: update execa to version 2.0.2 (d2932ba)
  • package: update registry-auth-token to version 4.0.0 (2868b2c)
  • add dist-tag to publish log (2de37a1)
  • Honor NPM_CONFIG_USERCONFIG setting (932ea5e)
  • package: update fs-extra to version 8.0.0 (bf603e5)
  • return false if the npm publish is skipped (4a41228)
  • return false in addChannel if package is not published on npm (5434bab)
Features
  • add addChannel plugin step (fb96126)
  • require Node.js >=10.13 (6426458)
  • require Node.js >=8.15 (4caf538)
  • support nextRelease.channel property in publish step (b8deba7)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Require Node.js => 8.15
semantic-release/release-notes-generator

v9.0.1

Compare Source

Bug Fixes
  • remove duplicate debug log (14129a9)

v9.0.0

Compare Source

chore
  • require Node.js >=10.18 (97ab553)
BREAKING CHANGES
  • Require Node.js >= 10.18

v8.0.0

Compare Source

Features
  • require Node.js >=10.13 (c34dbc2)
BREAKING CHANGES
  • Require Node.js >= 10.13
semantic-release/semantic-release

v17.0.4

Compare Source

Bug Fixes
  • add repositoryUrl in logs (55be0ba)

v17.0.3

Compare Source

Bug Fixes
  • pass a branch name to getGitAuthUrl (e7bede1)

v17.0.2

Compare Source

Bug Fixes
  • package: update marked-terminal to version 4.0.0 (8ce2d6e)

v17.0.1

Compare Source

Bug Fixes

v17.0.0

Compare Source

BREAKING CHANGES
  • Require Node.js >= 10.18

Renovate configuration

📅 Schedule: "after 9am and before 3pm,every weekday" in timezone America/Toronto.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from GabrielCastro January 9, 2020 19:59
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 6 times, most recently from 6d0bd75 to d4da786 Compare January 27, 2020 22:21
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 4 times, most recently from 192e05d to bfe0173 Compare March 27, 2020 17:38
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from bfe0173 to 636a042 Compare March 27, 2020 17:40
@GabrielCastro GabrielCastro merged commit d758907 into master Mar 27, 2020
@GabrielCastro GabrielCastro deleted the renovate/major-semantic-release-monorepo branch March 27, 2020 20:20
GabrielCastro pushed a commit that referenced this pull request Mar 27, 2020
## [0.5.2](v0.5.1...v0.5.2) (2020-03-27)

### Bug Fixes

* Merge pull request [#20](#20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
@GabrielCastro
Copy link
Contributor

🎉 This PR is included in version 0.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to boxcee/semantic-release-jira that referenced this pull request Sep 2, 2021
# 1.0.0 (2021-09-02)

### Bug Fixes

* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* First version ([a325b40](a325b40))
* First version ([55491f6](55491f6))
* First version ([5276152](5276152))
* First version ([993ea98](993ea98))
* First version ([dd714cf](dd714cf))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* **security:** Merge pull request [UpHabit#42](https://github.com/boxcee/semantic-release-jira-releases/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))
* **version:** Release init version ([b7d5168](b7d5168))
* [FIX-123] typescript config ([72159d8](72159d8))
* escaping regex ([e1bea79](e1bea79))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* Merge pull request [UpHabit#20](https://github.com/boxcee/semantic-release-jira-releases/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([UpHabit#10](https://github.com/boxcee/semantic-release-jira-releases/issues/10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([UpHabit#9](https://github.com/boxcee/semantic-release-jira-releases/issues/9)) ([6d8637b](6d8637b))
github-actions bot pushed a commit to boxcee/semantic-release-jira that referenced this pull request Sep 2, 2021
# 1.0.0 (2021-09-02)

### Bug Fixes

* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* First version ([25ffcd6](25ffcd6))
* First version ([f5557ff](f5557ff))
* First version ([a325b40](a325b40))
* First version ([55491f6](55491f6))
* First version ([5276152](5276152))
* First version ([993ea98](993ea98))
* First version ([dd714cf](dd714cf))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* **security:** Merge pull request [UpHabit#42](https://github.com/boxcee/semantic-release-jira-releases/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **version:** Release init version ([b7d5168](b7d5168))
* Merge pull request [UpHabit#20](https://github.com/boxcee/semantic-release-jira-releases/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))
* escaping regex ([e1bea79](e1bea79))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* [FIX-123] typescript config ([72159d8](72159d8))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([UpHabit#10](https://github.com/boxcee/semantic-release-jira-releases/issues/10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([UpHabit#9](https://github.com/boxcee/semantic-release-jira-releases/issues/9)) ([6d8637b](6d8637b))
github-actions bot pushed a commit to dylanhitt/semantic-release-jira that referenced this pull request Dec 21, 2022
# 1.0.0 (2022-12-21)

### Bug Fixes

* [FIX-123] typescript config ([72159d8](72159d8))
* add message when not run in prerelease branch ([ddeefc1](ddeefc1))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* do not fail when board or sprint not found, log out the error though ([bbcc017](bbcc017))
* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* escaping regex ([e1bea79](e1bea79))
* First version ([7b29389](7b29389))
* First version ([bcca7ba](bcca7ba))
* First version ([30071f1](30071f1))
* First version ([2fc24a7](2fc24a7))
* First version ([783d80f](783d80f))
* First version ([25ffcd6](25ffcd6))
* First version ([f5557ff](f5557ff))
* First version ([a325b40](a325b40))
* First version ([55491f6](55491f6))
* First version ([5276152](5276152))
* First version ([993ea98](993ea98))
* First version ([dd714cf](dd714cf))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* Merge pull request [UpHabit#20](https://github.com/dylanhitt/semantic-release-jira/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
* **security:** Merge pull request [UpHabit#42](https://github.com/dylanhitt/semantic-release-jira/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))
* **version:** Release init version ([b7d5168](b7d5168))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add option to not run on prerelease branches ([37fa1fc](37fa1fc))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([UpHabit#10](https://github.com/dylanhitt/semantic-release-jira/issues/10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* Allow usage of board/active sprint for start date of release ([c728311](c728311))
* Always release when on release branch, enable use of env variables in release templates ([3d6d1f0](3d6d1f0))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([UpHabit#9](https://github.com/dylanhitt/semantic-release-jira/issues/9)) ([6d8637b](6d8637b))
* remove requirement for releaseNameTemplate to include ([9d09539](9d09539))
github-actions bot pushed a commit to jamesbuddrige/semantic-release-jira that referenced this pull request Mar 6, 2024
# 1.0.0-prerelease.1 (2024-03-06)

### Bug Fixes

* [FIX-123] typescript config ([72159d8](72159d8))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* escaping regex ([e1bea79](e1bea79))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* Merge pull request [UpHabit#20](https://github.com/jamesbuddrige/semantic-release-jira/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
* **security:** Merge pull request [UpHabit#42](https://github.com/jamesbuddrige/semantic-release-jira/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))
* skip if no tickets found ([ee9de19](ee9de19))
* support the Jira.js library for communicating with Jira ([6e00461](6e00461))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([#10](#10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([#9](#9)) ([6d8637b](6d8637b))
github-actions bot pushed a commit to jamesbuddrige/semantic-release-jira that referenced this pull request Mar 6, 2024
# 1.0.0 (2024-03-06)

### Bug Fixes

* [FIX-123] typescript config ([72159d8](72159d8))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* escaping regex ([e1bea79](e1bea79))
* fix build errors, fix editIssueFixVersions, downgrade TS ([1ef08ab](1ef08ab))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* Merge pull request [UpHabit#20](https://github.com/jamesbuddrige/semantic-release-jira/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
* **security:** Merge pull request [UpHabit#42](https://github.com/jamesbuddrige/semantic-release-jira/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))
* skip if no tickets found ([ee9de19](ee9de19))
* support the Jira.js library for communicating with Jira ([6e00461](6e00461))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([#10](#10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([#9](#9)) ([6d8637b](6d8637b))
github-actions bot pushed a commit to aechweeks/semantic-release-jira-releases-modern that referenced this pull request Nov 26, 2024
# 1.0.0 (2024-11-26)

### Bug Fixes

* [FIX-123] typescript config ([72159d8](72159d8))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* escaping regex ([e1bea79](e1bea79))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* Merge pull request [UpHabit#20](https://github.com/aechweeks/semantic-release-jira-releases-modern/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
* **security:** Merge pull request [UpHabit#42](https://github.com/aechweeks/semantic-release-jira-releases-modern/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding proper release ([2817653](2817653))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([#10](#10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([#9](#9)) ([6d8637b](6d8637b))
* doing a basic upgrade ([bab0db5](bab0db5))
* final testing ([9bef053](9bef053))
* make it release well ([1faf9b5](1faf9b5))
* make it release well ([51dd89f](51dd89f))
* make it release well ([9008de2](9008de2))
* move to non-deprecated package ([a0c2711](a0c2711))
github-actions bot pushed a commit to davidspek/semantic-release-jira-releases-modern that referenced this pull request Dec 31, 2024
# 1.0.0 (2024-12-31)

### Bug Fixes

* [FIX-123] typescript config ([72159d8](72159d8))
* **ci:** Automate npm publish ([5abd275](5abd275))
* **ci:** make sure we can compile as a test ([05b883d](05b883d))
* **ci:** make sure we can compile as a test ([542429b](542429b))
* **ci:** remove extra unneeded dependency ([887f522](887f522))
* correct permissions ([c1326a3](c1326a3))
* **deps:** add missing tslib dep ([8b59b2c](8b59b2c))
* **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5))
* error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c))
* escaping regex ([e1bea79](e1bea79))
* fixing ticketRegex matching ([7a3957d](7a3957d))
* Merge pull request [UpHabit#20](https://github.com/davidspek/semantic-release-jira-releases-modern/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907))
* **security:** Merge pull request [UpHabit#42](https://github.com/davidspek/semantic-release-jira-releases-modern/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9))
* **security:** update all packages with secuirty issues ([1ba6780](1ba6780))
* update yarn lock ([098d972](098d972))
* use correct gh token + add permissions ([2f8a23c](2f8a23c))

### Features

* [UH-1258] better logging ([85a74e9](85a74e9))
* [UH-1258] Implement release creation ([c44e1aa](c44e1aa))
* add config for release description ([cd25e0d](cd25e0d))
* add option for released and releaseDate for veresion ([879d592](879d592))
* add release notes to JIRA release ([e7ce86b](e7ce86b))
* adding branch filtering ([0db1a11](0db1a11))
* adding proper release ([2817653](2817653))
* adding support for regex in tickets ([8cef9b0](8cef9b0))
* adding the ability to pass a regex to filter tickets ([aechweeks#10](https://github.com/davidspek/semantic-release-jira-releases-modern/issues/10)) ([71b535f](71b535f))
* allow multiple tickets in the same commit message ([aff41a2](aff41a2))
* bulk update issues and network concurrency limit ([2bebfd4](2bebfd4))
* **deps:** lodash vunerability ([96addad](96addad))
* **deps:** lodash vunerability ([aechweeks#9](https://github.com/davidspek/semantic-release-jira-releases-modern/issues/9)) ([6d8637b](6d8637b))
* doing a basic upgrade ([bab0db5](bab0db5))
* final testing ([9bef053](9bef053))
* make it release well ([1faf9b5](1faf9b5))
* make it release well ([51dd89f](51dd89f))
* make it release well ([9008de2](9008de2))
* move to non-deprecated package ([a0c2711](a0c2711))
* rename package ([941da50](941da50))
* update build and release\ ([a1ef913](a1ef913))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants