Skip to content

Commit 5a2e2b8

Browse files
chore(release): 1.0.0 [skip ci]
<a name="1.0.0"></a> # 1.0.0 (2018-05-26) ### Build * Do not run some tests on CI ([25b85d3](25b85d3)) * Removed transpilation for semantic-release ([568acbc](568acbc)) ### Docs * Updated README ([a60b227](a60b227)) ### New * First release ([5563486](5563486))
1 parent 25b85d3 commit 5a2e2b8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2018-05-26)
3+
4+
5+
### Build
6+
7+
* Do not run some tests on CI ([25b85d3dcf0c75ebc6bb2a96afec901318f4c9bc](https://github.com/unlight/git-last-changed-files/commit/25b85d3dcf0c75ebc6bb2a96afec901318f4c9bc))
8+
* Removed transpilation for semantic-release ([568acbc46281371a5e30f259e38b23443b834c40](https://github.com/unlight/git-last-changed-files/commit/568acbc46281371a5e30f259e38b23443b834c40))
9+
10+
### Docs
11+
12+
* Updated README ([a60b227d455b17753a5712d8312e81d498884314](https://github.com/unlight/git-last-changed-files/commit/a60b227d455b17753a5712d8312e81d498884314))
13+
14+
### New
15+
16+
* First release ([55634861bdd2f235f8df5c3ffa5991344e9dea59](https://github.com/unlight/git-last-changed-files/commit/55634861bdd2f235f8df5c3ffa5991344e9dea59))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-last-changed-files",
3-
"version": "0.2.3",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "Get last changed files from git history commits",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)