Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncLiz committed Feb 8, 2020
1 parent a5d7460 commit 85fe29e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,19 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/asyncLiz/parse-literals/compare/v1.0.3...v1.2.0) (2020-02-08)

### Features

- allow partial strategy overrides ([c970ac9](https://github.com/asyncLiz/parse-literals/commit/c970ac91d9ec51c9d8d65fbe7f73da5e80b2ef7e))

### Bug Fixes

- failure when templates are prefixed with commentss ([3f34507](https://github.com/asyncLiz/parse-literals/commit/3f34507760e8e166477fcd736bd3b1c130002422))
- handle "return `simple`" style literals ([f0e30ab](https://github.com/asyncLiz/parse-literals/commit/f0e30ab887c0d31287215965b56a5d4461e9a67d))
- support TS v3 [#8](https://github.com/asyncLiz/parse-literals/issues/8) ([a5d7460](https://github.com/asyncLiz/parse-literals/commit/a5d7460a5a63a428b4d98348b71e5e00bc4326d4))

<a name="1.1.1"></a>

## [1.1.1](https://github.com/asyncLiz/parse-literals/compare/v1.1.0...v1.1.1) (2019-02-13)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "parse-literals",
"version": "1.1.1",
"version": "1.2.0",
"description": "Parse template literals from code",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 85fe29e

Please sign in to comment.