Skip to content

Commit ed0e394

Browse files
committed
v1.0.0-beta
1 parent 17a949c commit ed0e394

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
## 1.0.0 - First Release
2-
* Initial behavior
1+
## v1.0.0-beta released 2022-02-04
2+
* Initial command set

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-git-annex",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta",
44
"description": "JavaScript/TypeScript API for git-annex and Git commands.",
55
"main": "./dist/index.js",
66
"engines": {
@@ -36,7 +36,7 @@
3636
"test:badge": "npm run test:coverage && npx make-coverage-badge",
3737
"test:ci": "npx jest --testPathIgnorePatterns=/tests/commands-anx/ --testTimeout=15000",
3838
"test:coverage": "npx jest --collectCoverage",
39-
"typedoc": "npx typedoc",
39+
"typedoc": "npx typedoc && git checkout HEAD ./docs/_config.yml",
4040
"yalc": "yalc publish --push"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)