Releases: linear-b/gitstream-github-action
Releases · linear-b/gitstream-github-action
2.0.45
2.0.44
2.0.43
What's Changed
- Bump
@linearb/gitstream-core
to2.1.52
by @github-actions in #157
Full Changelog: 2.0.42...2.0.43
2.0.42
What's Changed
- Bump
@linearb/gitstream-core
to2.1.51
by @github-actions in #154
Full Changelog: 2.0.41...2.0.42
2.0.41
What's Changed
- Bump
@linearb/gitstream-core
to2.1.50
by @github-actions in #153
Full Changelog: 2.0.40...2.0.41
2.0.40
What's Changed
- Bump the npm-development group with 3 updates by @dependabot in #145
- Bump the npm-development group with 2 updates by @dependabot in #147
- Bump
@linearb/gitstream-core
to2.1.49
by @github-actions in #151
New Contributors
- @dependabot made their first contribution in #145
Full Changelog: 2.0.39...2.0.40
2.0.39
What's Changed
- switching
v2-develop
intodevelop
by @MishaKav in #132 - Linbee-10435 bump dev dependencies to latest versions by @MishaKav in #139
- Switch base branch from v2-develop to develop by @MishaKav in #138
- Bump
@linearb/gitstream-core
to2.1.47
by @github-actions in #142
Full Changelog: 1.0.18...2.0.39
2.0.38
What's Changed
- Bump
@linearb/gitstream-core
to2.1.46
by @github-actions in #131
add built-in filters:
decode: {{ "base64: SGVsbG8gV29ybGQ=" | decode }} # Hello World
getTimestamp: {{ "" | getTimestamp }} # "2024-08-28T10:57:52.063Z"
encode: {{ "Hello World" | encode }} # base64: SGVsbG8gV29ybGQ=
Full Changelog: 2.0.37...2.0.38
1.0.18
What's Changed
- LINBEE-9811 | Fix indentation problem with V1 by @EladKohavi in #130
Full Changelog: v1...1.0.18
v1
What's Changed
- LINBEE-4450 | Disable cache by @ShakedZrihen in #54
- LINBEE-6941 Upgrade actions/checkout to v4 and actions/github-script … by @MishaKav in #61
- Linbee 6728 add option to run GitHub action with cache by @MishaKav in #62
New Contributors
Full Changelog: v1.0.13...1