Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/smooth-plants-train.md

This file was deleted.

10 changes: 10 additions & 0 deletions actions/setup-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# setup-postgres

## 1.0.0

### Major Changes

- [#1005](https://github.com/smartcontractkit/.github/pull/1005)
[`570ca28`](https://github.com/smartcontractkit/.github/commit/570ca281405eaf4a7d8cf376b495c5c052cb57b7)
Thanks [@erikburt](https://github.com/erikburt)! - feat: add configurable
image-tag input (note: this is a non-breaking change but wanted to bump it to
1.0.0)

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-postgres",
"version": "0.2.0",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {},
Expand Down