Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-06-18)

### Bug Fixes

* type errors breaking build ([440bd00](440bd00))
  • Loading branch information
semantic-release-bot committed Jun 18, 2020
1 parent 2a8c2be commit 48446eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.0 (2020-06-18)


### Bug Fixes

* type errors breaking build ([440bd00](https://github.com/bradennapier/eslint-plugin-ts-import/commit/440bd002433c5dd4f767ea88688bafcfe195c564))

# 0.0.1

Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ts-import",
"version": "0.0.1",
"version": "1.0.0",
"description": "Provide Typescript import-patterns that are expected to be followed within the repo",
"homepage": "https://github.com/bradennapier/eslint-plugin-ts-import",
"author": "Braden Napier <bradynapier@gmail.com>",
Expand Down

0 comments on commit 48446eb

Please sign in to comment.