Skip to content

Commit 308e246

Browse files
authoredDec 11, 2019
Merge pull request #355 from jbrown215/bump_version
Bump flow parser, update changelog, bump jscodeshift version
2 parents c84b745 + 24b032b commit 308e246

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.0] 2019-12-11
8+
### Changed
9+
- Moved from BSD to MIT license
10+
11+
### Fixed
12+
- No longer throw an error when calling jscodeshift on a non-existent path (#334, @threepointone)
13+
- Preserve the original file extension in remote files (#317, @samselikoff)
14+
715
## [0.6.4] 2019-04-30
816
### Changed
917
- Allow writing tests in TypeScript ([PR #308](https://github.com/facebook/jscodeshift/pull/308))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscodeshift",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "A toolkit for JavaScript codemods",
55
"repository": {
66
"type": "git",

‎yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1918,9 +1918,9 @@ flatted@^2.0.0:
19181918
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
19191919

19201920
flow-parser@0.*:
1921-
version "0.87.0"
1922-
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.87.0.tgz#a6d0e0b70f2cebdc15febb4eaf149877edbf145d"
1923-
integrity sha512-Yal9dssXDtme83dHDN2Mc+5FmnrTgnG1OS7imCaSjUdMFZJ8ZmvBhdxeSIHSr2GPsSK07PrR3nBdZLRieVeK3Q==
1921+
version "0.113.0"
1922+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.113.0.tgz#5b5913c54833918d0c3136ba69f6cf0cdd85fc20"
1923+
integrity sha512-+hRyEB1sVLNMTMniDdM1JIS8BJ3HUL7IFIJaxX+t/JUy0GNYdI0Tg1QLx8DJmOF8HeoCrUDcREpnDAc/pPta3w==
19241924

19251925
for-in@^1.0.1, for-in@^1.0.2:
19261926
version "1.0.2"

0 commit comments

Comments
 (0)
Please sign in to comment.