Skip to content

Commit 7e0d74b

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.19.0 (#293)
* 1.19.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 41c935c commit 7e0d74b

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.19.0]
11+
12+
### Changed
13+
14+
- Tag QA team in feature flag drift Slack notification ([#289](https://github.com/MetaMask/github-tools/pull/289))
15+
16+
### Fixed
17+
18+
- Fix `publish-preview` workflow to target only workspaces when adding resolutions ([#290](https://github.com/MetaMask/github-tools/pull/290))
19+
- Include `src` in preview build artifacts in `publish-preview` workflow ([#291](https://github.com/MetaMask/github-tools/pull/291))
20+
1021
## [1.18.2]
1122

1223
### Fixed
@@ -259,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259270
- Some inputs were renamed for consistency across actions.
260271
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))
261272

262-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.18.2...HEAD
273+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.19.0...HEAD
274+
[1.19.0]: https://github.com/MetaMask/github-tools/compare/v1.18.2...v1.19.0
263275
[1.18.2]: https://github.com/MetaMask/github-tools/compare/v1.18.1...v1.18.2
264276
[1.18.1]: https://github.com/MetaMask/github-tools/compare/v1.18.0...v1.18.1
265277
[1.18.0]: https://github.com/MetaMask/github-tools/compare/v1.17.0...v1.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/github-tools",
3-
"version": "1.18.2",
3+
"version": "1.19.0",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)