Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 31, 2023
1 parent 7cdd3a4 commit 563b45a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [2.0.0](https://github.com/roddolf/jasmine-ajax-node/compare/v1.1.1...v2.0.0) (2023-10-31)


### ⚠ BREAKING CHANGES

Check warning on line 6 in CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CHANGELOG.md#L6

[no-consecutive-blank-lines] Remove 1 line before node

* set node 20 requirement and use conventional commits ([#39](https://github.com/roddolf/jasmine-ajax-node/issues/39))

Check warning on line 8 in CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CHANGELOG.md#L8

[list-item-indent] Incorrect list-item indent: add 2 spaces

### Features

* exclude tests from codacy duplication ([#37](https://github.com/roddolf/jasmine-ajax-node/issues/37)) ([bd03835](https://github.com/roddolf/jasmine-ajax-node/commit/bd03835124a65184352634a430895f8c3a37d9bc))

Check warning on line 12 in CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CHANGELOG.md#L12

[list-item-indent] Incorrect list-item indent: add 2 spaces
* update dependencies and node ([#38](https://github.com/roddolf/jasmine-ajax-node/issues/38)) ([0325da9](https://github.com/roddolf/jasmine-ajax-node/commit/0325da9c328876f40d3e074a2800d73f32e45c51))

Check warning on line 13 in CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CHANGELOG.md#L13

[list-item-indent] Incorrect list-item indent: add 2 spaces


### Miscellaneous Chores

Check warning on line 16 in CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CHANGELOG.md#L16

[no-consecutive-blank-lines] Remove 1 line before node

* set node 20 requirement and use conventional commits ([#39](https://github.com/roddolf/jasmine-ajax-node/issues/39)) ([7cdd3a4](https://github.com/roddolf/jasmine-ajax-node/commit/7cdd3a408d0b0b9af36818cc1a4cf819c17666d9))

Check warning on line 18 in CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CHANGELOG.md#L18

[list-item-indent] Incorrect list-item indent: add 2 spaces
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-ajax-node",
"version": "1.1.1",
"version": "2.0.0",
"description": "Request mocking for Node.js using the same API as jasmine-ajax.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"peerDependencies": {
"jasmine": ">=2"
},
"engines" : {
"node" : ">=20.0.0"
"engines": {
"node": ">=20.0.0"
}
}

0 comments on commit 563b45a

Please sign in to comment.