Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Malinovic committed Jan 5, 2024
1 parent 3ca2b5c commit 79aee3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2.0.0](https://github.com/merkle-open/env-linter/compare/v0.5.1...v2.0.0) (2024-01-05)


### ⚠ BREAKING CHANGES

* **chore:** removes node 14 and 16 support and adds node 18 and 20 support
* **chore:** bump dependencies and update node engine ([3ca2b5c](https://github.com/merkle-open/env-linter/commit/3ca2b5c547515fc1a366c8f4a1fe64a844533ecf))

## [1.0.0](https://github.com/merkle-open/env-linter/compare/v0.5.1...v1.0.0) (2022-05-19)

### ⚠ BREAKING CHANGES
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,7 +1,7 @@
{
"name": "env-linter",
"description": "Ensures that all developers on your project use the same node version, install dependencies in an unambiguous manner and utilize githooks.",
"version": "1.0.0",
"version": "2.0.0",
"author": "Merkle",
"bin": {
"env-linter": "./bin/index.js"
Expand Down

0 comments on commit 79aee3c

Please sign in to comment.