Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 14, 2024
1 parent 57ee930 commit 65975ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.2.0 (2024-09-14)

## New Features

* Added `exclude` option.

## Internal Changes

* Revised to use eslint only for linting
* Various refactorings
* Additional tests

# 1.1.0 (2024-09-13)

## New Features
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": "get-prereqs",
"version": "1.1.0",
"version": "1.2.0",
"description": "Get prereqs for local dist",
"main": "src/get-prereqs.mjs",
"scripts": {
Expand Down

0 comments on commit 65975ab

Please sign in to comment.