Skip to content

Commit

Permalink
nodejs security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 10, 2023
1 parent 1db8077 commit 35fa4d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ and this project adheres to

### Fixed

## [v0.7.2] - 2023-08-10

### Added

### Changed

### Fixed

- NodeJs security patch [1009](https://github.com/OpenFn/Lightning/pull/1009)

## [v0.7.1] - 2023-08-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
def project do
[
app: :lightning,
version: "0.7.1",
version: "0.7.2",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit 35fa4d8

Please sign in to comment.