Skip to content

Commit

Permalink
chore(release): 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed Feb 7, 2022
1 parent 840aa00 commit 53eef38
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

### [0.1.6](https://github.com/atdrago/import-sort-style-atdrago/compare/v0.1.5...v0.1.6) (2022-02-07)


### Chores

* Add format script and fix formatting issues ([df345c2](https://github.com/atdrago/import-sort-style-atdrago/commit/df345c28fa2cab852ce86ba42ec54f9981540e3a))
* **ci:** Add GH workflows to lint, format, build, and test ([bb5d217](https://github.com/atdrago/import-sort-style-atdrago/commit/bb5d217a29ee8553fcaa221057d10cbd14829cf5))
* **ci:** Fix eslint and linting errors ([c661eeb](https://github.com/atdrago/import-sort-style-atdrago/commit/c661eebea82f90576740e46fcd766641d2f333b6))
* **deps-dev:** bump @types/mocha from 5.2.7 to 9.1.0 ([#61](https://github.com/atdrago/import-sort-style-atdrago/issues/61)) ([ccfa773](https://github.com/atdrago/import-sort-style-atdrago/commit/ccfa7734c670865118496fb5c0a5ae77dc836a6d))
* **deps-dev:** bump @types/node from 10.17.59 to 17.0.15 ([#66](https://github.com/atdrago/import-sort-style-atdrago/issues/66)) ([59f9060](https://github.com/atdrago/import-sort-style-atdrago/commit/59f9060d2b9115cb38f636b665a9a77b949e45b8))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#69](https://github.com/atdrago/import-sort-style-atdrago/issues/69)) ([10bb857](https://github.com/atdrago/import-sort-style-atdrago/commit/10bb8577168695798063079695f6a5446366c509))
* **deps-dev:** bump mocha from 5.2.0 to 9.2.0 ([#62](https://github.com/atdrago/import-sort-style-atdrago/issues/62)) ([e85139e](https://github.com/atdrago/import-sort-style-atdrago/commit/e85139e9f878d1ffb8a1c17764d7fefb128fc424))
* **deps-dev:** bump standard-version from 9.3.1 to 9.3.2 ([#70](https://github.com/atdrago/import-sort-style-atdrago/issues/70)) ([840aa00](https://github.com/atdrago/import-sort-style-atdrago/commit/840aa00a15e78c2c4f2fc1cdda902d7157bbf196))
* **deps-dev:** bump ts-node from 8.10.2 to 10.5.0 ([#67](https://github.com/atdrago/import-sort-style-atdrago/issues/67)) ([02b85f9](https://github.com/atdrago/import-sort-style-atdrago/commit/02b85f9200f218521a0a86d1d0438dfee974679f))
* Show chores and reverts in changelog ([c48592e](https://github.com/atdrago/import-sort-style-atdrago/commit/c48592e17224b99e439597dfa2ec1989da802bdc))

### [0.1.5](https://github.com/atdrago/import-sort-style-atdrago/compare/v0.1.4...v0.1.5) (2022-02-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "import-sort-style-atdrago",
"version": "0.1.5",
"version": "0.1.6",
"description": "Adams's personal import-sort style",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 53eef38

Please sign in to comment.