Skip to content

Tags: dfinity/pic-js

Tags

0.16.1

Toggle 0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.16.1 (#185)

After merging this PR, tag the merge commit with:
```shell
git tag 0.16.1
git push origin 0.16.1
```

Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.16.0 (#179)

After merging this PR, tag the merge commit with:
```shell
git tag 0.16.0
git push origin 0.16.0
```

Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.15.0 (#171)

After merging this PR, tag the merge commit with:
```shell
git tag 0.15.0
git push origin 0.15.0
```

Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>

0.14.1

Toggle 0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.14.1 (#166)

After merging this PR, tag the merge commit with:
```shell
git tag 0.14.1
git push origin 0.14.1
```

Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.14.0 (#160)

After merging this PR, tag the merge commit with:
```shell
git tag 0.14.0
git push origin 0.14.0
```

Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>

0.13.1

Toggle 0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.13.1 (#132)

After merging this PR, tag the merge commit with:
```shell
git tag 0.13.1
git push origin 0.13.1
```

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.13.0 (#127)

After merging this PR, tag the merge commit with:
```shell
git tag 0.13.0
git push origin 0.13.0
```

Co-authored-by: nathanosdev <12646525+nathanosdev@users.noreply.github.com>

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 0.12.0 (#115)

After merging this PR, tag the merge commit with:
```shell
git tag 0.12.0
git push origin 0.12.0
```

Co-authored-by: nathanosdev <12646525+nathanosdev@users.noreply.github.com>

0.12.0b0

Toggle 0.12.0b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add mising setup actions (#114)

This PR adds some missing setup steps for the release pipeline, namely
"setup Python" and "setup Commitizen", these are needed by the "Generate
release notes" step.