Skip to content

Commit

Permalink
Merge pull request #23 from merkle-open/feat/19-prepare-v1
Browse files Browse the repository at this point in the history
prepare v1 #19
  • Loading branch information
ernscht authored May 20, 2022
2 parents cb541f9 + d71cba0 commit cab10f4
Show file tree
Hide file tree
Showing 4 changed files with 20,440 additions and 3,784 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

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

### ⚠ BREAKING CHANGES

- **chore:** remove node v10 support ([ea757b8](https://github.com/merkle-open/env-linter/commit/ea757b8c598efb607624a8111ee9e31a44f78908))
- **chore:** remove node v12 support ([72e200c](https://github.com/merkle-open/env-linter/commit/72e200cef61d8dd57b2cb56328708da32e82eb41))

### [0.5.1](https://github.com/merkle-open/env-linter/compare/v0.5.0...v0.5.1) (2021-08-30)

## [0.5.0](https://github.com/merkle-open/env-linter/compare/v0.4.0...v0.5.0) (2021-08-14)
Expand Down
Loading

0 comments on commit cab10f4

Please sign in to comment.