Skip to content

Commit

Permalink
chore: add changelog and prep 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Nov 11, 2022
1 parent df2e36c commit fc9b62d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 0.8.0

* Update to use `lintspaces` v0.10.0 to address Windows related issues. See issue #25.
* Default to using the `.editorconfig` file in the current working directory if the `-e` option is not provided.

## 0.7.1 (22/03/2019)

* Fix "is not a file" errors on folder globs
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2018 Evan Shortiss
Copyright (c) 2014-2022 Evan Shortiss

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lintspaces-cli",
"version": "0.7.1",
"version": "0.8.0",
"description": "CLI for the lintspaces module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc9b62d

Please # to comment.