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](v0.2.0...v1.0.0) (2021-09-21)

### Bug Fixes

* circleci context ([4fd6920](4fd6920))
* semantic-release will release on main branch now ([88e8eb8](88e8eb8))

* BREAKING CHANGE: update deps to latest eslint stuff (#28) ([feb3c5d](feb3c5d)), closes [#28](#28)

### BREAKING CHANGES

* update deps to latest eslint stuff

* Update from node 10 to 14

* Update ci.yml

* Update config.yml
  • Loading branch information
semantic-release-bot committed Sep 21, 2021
1 parent 4fd6920 commit ee9bb2d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.0.0](https://github.com/oclif/eslint-config-oclif-typescript/compare/v0.2.0...v1.0.0) (2021-09-21)


### Bug Fixes

* circleci context ([4fd6920](https://github.com/oclif/eslint-config-oclif-typescript/commit/4fd692031be2ba1d6a68e5eb7a4fd29bec25bbbd))
* semantic-release will release on main branch now ([88e8eb8](https://github.com/oclif/eslint-config-oclif-typescript/commit/88e8eb8901c7edab7a19a9aba836ad531d4984ef))


* BREAKING CHANGE: update deps to latest eslint stuff (#28) ([feb3c5d](https://github.com/oclif/eslint-config-oclif-typescript/commit/feb3c5d7eeb2f4f7dad08c17a12d90f85542e9cd)), closes [#28](https://github.com/oclif/eslint-config-oclif-typescript/issues/28)


### BREAKING CHANGES

* update deps to latest eslint stuff

* Update from node 10 to 14

* Update ci.yml

* Update config.yml

<a name="1.5.1"></a>
## [1.5.1](https://github.com/oclif/eslint-config-oclif/compare/v1.5.0...v1.5.1) (2018-05-31)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-oclif-typescript",
"description": "eslint config for Typscript'd oclif",
"version": "0.2.0",
"version": "1.0.0",
"author": "oclif",
"bugs": "https://github.com/oclif/eslint-config-oclif-typescript/issues",
"dependencies": {
Expand Down

0 comments on commit ee9bb2d

Please sign in to comment.