Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor authored Oct 11, 2024
1 parent 2acd0af commit 14313fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.2"}
{".":"0.2.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0](https://github.com/baz-scm/pgmq-ts/compare/v0.1.2...v0.2.0) (2024-10-11)


### ⚠ BREAKING CHANGES

* Add types ([#8](https://github.com/baz-scm/pgmq-ts/issues/8))

### 🐛 Bug Fixes

* release.yml pnpm install ([#7](https://github.com/baz-scm/pgmq-ts/issues/7)) ([25fee68](https://github.com/baz-scm/pgmq-ts/commit/25fee68274ef75148c1312813fdb5c0ec1dfb817))


### ✨ New Features

* Add types ([#8](https://github.com/baz-scm/pgmq-ts/issues/8)) ([2acd0af](https://github.com/baz-scm/pgmq-ts/commit/2acd0afecbfd0c37dadfb398fe4ca42db679304a))

## [0.1.2](https://github.com/baz-scm/pgmq-ts/compare/v0.1.1...v0.1.2) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baz-scm/pgmq-ts",
"version": "0.1.2",
"version": "0.2.0",
"main": "index.ts",
"scripts": {
"prepare": "pnpm run lint && pnpm run format:fix",
Expand Down

0 comments on commit 14313fc

Please sign in to comment.