Skip to content

Commit 19fa627

Browse files
committed
Bump version to 1.2.0 & update changelog
1 parent 548b603 commit 19fa627

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ You can override the default path using the `--po-header-template-path` CLI opti
426426

427427
### `config/openai-pricing.json`
428428

429-
Contains pricing information for OpenAI models (as of May 2025) used for cost estimation. This file is automatically loaded and used to calculate translation costs.
429+
Contains pricing information for OpenAI models (as of April 2026) used for cost estimation. This file is automatically loaded and used to calculate translation costs.
430430

431431
---
432432

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
},
2828
"type": "module",
2929
"main": "potomatic",
30+
"files": [
31+
"potomatic",
32+
"src/",
33+
"config/",
34+
"CHANGELOG.md",
35+
"LICENSE.md",
36+
"README.md"
37+
],
3038
"bin": {
3139
"potomatic": "potomatic"
3240
},

0 commit comments

Comments
 (0)