Skip to content

Commit 68cb223

Browse files
committed
release: 2.13.0
1 parent ed90597 commit 68cb223

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.12.0"
2+
".": "2.13.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 2.13.0 (2023-11-30)
4+
5+
Full Changelog: [v2.12.0...v2.13.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.12.0...v2.13.0)
6+
7+
### Features
8+
9+
* allow installing package directly from github ([#288](https://github.com/Modern-Treasury/modern-treasury-node/issues/288)) ([c846884](https://github.com/Modern-Treasury/modern-treasury-node/commit/c846884ef237964c0385cbb78c94e32ef79b1494))
10+
11+
12+
### Chores
13+
14+
* **internal:** don't call prepare in dist ([#290](https://github.com/Modern-Treasury/modern-treasury-node/issues/290)) ([e04bf7c](https://github.com/Modern-Treasury/modern-treasury-node/commit/e04bf7cd0eb6ed3d2153c209fc1edf504e20bcfe))
15+
* **internal:** remove file import and conditionally run prepare ([#291](https://github.com/Modern-Treasury/modern-treasury-node/issues/291)) ([2a1a743](https://github.com/Modern-Treasury/modern-treasury-node/commit/2a1a743e3f9e260ef26d3ee4a052ea40396687bf))
16+
17+
18+
### Documentation
19+
20+
* **readme:** update example snippets ([#293](https://github.com/Modern-Treasury/modern-treasury-node/issues/293)) ([ed90597](https://github.com/Modern-Treasury/modern-treasury-node/commit/ed9059751ba3efcc0a8925dc3d81748b1f4d7972))
21+
322
## 2.12.0 (2023-11-21)
423

524
Full Changelog: [v2.11.0...v2.12.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.11.0...v2.12.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modern-treasury",
3-
"version": "2.12.0",
3+
"version": "2.13.0",
44
"description": "The official TypeScript library for the Modern Treasury API",
55
"author": "Modern Treasury <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.12.0'; // x-release-please-version
1+
export const VERSION = '2.13.0'; // x-release-please-version

0 commit comments

Comments
 (0)