Skip to content

Commit b4447e1

Browse files
committed
2.6.0
1 parent ed2d9cd commit b4447e1

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# xcstrings-cli
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- Interactive mode and YAML config support
8+
- Added an interactive mode to the `xcs add` command using the `-i` or `--interactive` option.
9+
- Changed the default config file format from JSON5 to YAML.
10+
311
## 2.5.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcstrings-cli",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "A command line tool for handling xcstrings files.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)