Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 14, 2024
1 parent 93445ef commit 85b1ee7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,6 @@ tools/download*.js
test/mochawesome-report
mochawesome-report
mochawesome.json
.circleci
.circleci
*.sln
xunit*.*
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<!---[![Build Status](https://app.travis-ci.com/agracio/edge-js.svg?branch=master)](https://app.travis-ci.com/github/agracio/edge-js)--->
[![Build status][appveyor-image]][appveyor-url]
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/agracio/edge-js.svg?style=shield )](https://dl.circleci.com/status-badge/redirect/gh/agracio/edge-js/tree/master)
[![Actions Status](https:/agracio/edge-js/workflows/Test/badge.svg)](https:/agracio/edge-js/actions)
[![NPM Downloads][downloads-image]][downloads-url]
<!-- [![Codacy Badge][codacy-img]][codacy-url] -->
[![Actions Status][github-img]][github-url]
[![Git Issues][issues-img]][issues-url]
[![Closed Issues][closed-issues-img]][closed-issues-url]
<!-- [![NPM Downloads][downloads-img]][downloads-url] -->
<!-- ![Node version](https://img.shields.io/node/v/edge-js.svg) -->
<!-- [![deps status][dependencies-img]][dependencies-url] -->
<!--[![MIT license][license-img]][license-url] -->
<!-- [![Codacy Badge][codacy-img]][codacy-url] -->

-----
### This library is based on https:/tjanczuk/edge all credit for original work goes to Tomasz Janczuk.
Expand Down Expand Up @@ -2014,7 +2014,7 @@ Issues? Feedback? You [know what to do](https:/agracio/edge-js/issue
[dependencies-url]: https://www.npmjs.com/package/edge-js?activeTab=dependencies
[dependencies-img]: https://img.shields.io/librariesio/release/npm/edge-js.svg?style=flat-square

[downloads-image]: https://img.shields.io/npm/dw/edge-js.svg?style=flat-square
[downloads-img]: https://img.shields.io/npm/dw/edge-js.svg?style=flat-square
[downloads-url]: https://img.shields.io/npm/dw/edge-js.svg

[appveyor-image]:https://ci.appveyor.com/api/projects/status/3hs8xq7jieufw507/branch/master?svg=true
Expand All @@ -2031,4 +2031,7 @@ Issues? Feedback? You [know what to do](https:/agracio/edge-js/issue
[codacy-img]: https://app.codacy.com/project/badge/Grade/3833e15b273d4add8d2030764e8977d9
[codacy-url]: https://app.codacy.com/gh/agracio/edge-js/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade

[github-img]: https:/agracio/edge-js/workflows/Test/badge.svg
[github-url]: https:/agracio/edge-js/actions/workflows/main.yml


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
Expand Up @@ -5,7 +5,7 @@
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "22.7.0",
"version": "22.9.0",
"description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux",
"tags": [
"owin",
Expand Down

0 comments on commit 85b1ee7

Please sign in to comment.