Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot committed Mar 17, 2023
1 parent 547c759 commit f753baa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-03-17)


### Features

* Add eslint-config-js ([#1](https://github.com/autotelic/lint-configs/issues/1)) ([547c759](https://github.com/autotelic/lint-configs/commit/547c75953b2b8bf039ef3ad76d4ec4eb2f0eee61))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.0",
"version": "0.1.0",
"scope": [
"@autotelic/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-03-17)


### Features

* Add eslint-config-js ([#1](https://github.com/autotelic/lint-configs/issues/1)) ([547c759](https://github.com/autotelic/lint-configs/commit/547c75953b2b8bf039ef3ad76d4ec4eb2f0eee61))
6 changes: 4 additions & 2 deletions packages/eslint-config-js/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@autotelic/eslint-config-js",
"version": "0.0.0",
"version": "0.1.0",
"description": "base eslint config for js apps",
"main": "index.js",
"files": [".eslintrc.json"],
"files": [
".eslintrc.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
Expand Down

0 comments on commit f753baa

Please sign in to comment.