Skip to content

Commit

Permalink
Release v3.4.0 (#99)
Browse files Browse the repository at this point in the history
* Release v3.4.0

* Release v3.4.0
  • Loading branch information
kamilpavlicko authored Mar 25, 2024
1 parent 4c53578 commit 1a40d54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [3.4.0] - 2024-03-25
- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities)

## [3.3.2] - 2024-02-28
- Fix query string not passed after replacing `request` library with `superagent`

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartmogul-node",
"version": "3.3.2",
"version": "3.4.0",
"description": "Official Chartmogul API Node.js Client",
"main": "lib/chartmogul.js",
"scripts": {
Expand Down

0 comments on commit 1a40d54

Please sign in to comment.