Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit d8f7ab4

Browse files
chore(release): 1.2.5 [skip ci]
## [1.2.5](v1.2.4...v1.2.5) (2021-09-10) ### Bug Fixes * allow `.script.ts` outside of `scripts` ([14112cc](14112cc))
1 parent 14112cc commit d8f7ab4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.5](https://github.com/NaturalCycles/cli/compare/v1.2.4...v1.2.5) (2021-09-10)
2+
3+
4+
### Bug Fixes
5+
6+
* allow `.script.ts` outside of `scripts` ([14112cc](https://github.com/NaturalCycles/cli/commit/14112cc3b8ab1d4096ee68ed3d0fa582a1bd1f67))
7+
18
## [1.2.4](https://github.com/NaturalCycles/cli/compare/v1.2.3...v1.2.4) (2021-05-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"engines": {
4343
"node": ">=12.13.1"
4444
},
45-
"version": "1.2.4",
45+
"version": "1.2.5",
4646
"description": "CLI utils to be installed globally via 'npm i -g'",
4747
"author": "Natural Cycles Team",
4848
"license": "MIT"

0 commit comments

Comments
 (0)