Skip to content

Commit

Permalink
Added CHANGELOG markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Aug 3, 2023
1 parent da685e6 commit 5c8b313
Show file tree
Hide file tree
Showing 7 changed files with 1,920 additions and 462 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"import/named": 2,
"import/namespace": 2,
"import/no-unresolved": [2, { "commonjs": true, "amd": true }],
"import/order": "off",
"import/prefer-default-export": "off",
"indent": ["error", "tab"],
"no-console": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"importOrder": ["^components/(.*)$", "^[./]"],
"importOrderSeparation": false,
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"printWidth": 120,
"semi": true,
"tabWidth": 4,
Expand Down
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.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

To see tags and releases, please go to [Tags](https://github.com/AlexJSully/Publication-Figures-Web-Scraping/tags) on [GitHub](https://github.com/AlexJSully/Publication-Figures-Web-Scraping).

## [2.1.0] - 2022-11-02

Functional release tag
Loading

0 comments on commit 5c8b313

Please sign in to comment.