Skip to content

Commit cfd6cd6

Browse files
committed
Bump to version 0.0.1
Signed-off-by: Xuanwo <[email protected]>
1 parent d5eda2b commit cfd6cd6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## v0.0.1 - 2021-07-06
9+
10+
Hello, world!
11+
12+
[Unreleased]: https://github.com/beyondstorage/setup-hdfs/compare/v0.0.1...HEAD

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
2121
var __importStar = (this && this.__importStar) || function (mod) {
2222
if (mod && mod.__esModule) return mod;
2323
var result = {};
24-
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
2525
__setModuleDefault(result, mod);
2626
return result;
2727
};

0 commit comments

Comments
 (0)