Skip to content

Commit

Permalink
update dependencies and bump to 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Feb 4, 2023
1 parent 2e16c4c commit d08eb60
Show file tree
Hide file tree
Showing 5 changed files with 1,083 additions and 7,010 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.21] - 2023-02-04

### Changed

- update dependencies

### Fixed

- fix artifact publication in pipeline

## [0.1.20] - 2023-01-10

### Changed
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages.default = pkgs.buildNpmPackage {
name = "draw";
src = ./.;
npmDepsHash = "sha256-/aW1tyzE6WK4zBAOep4BhBM4W6/ZjpoBEpZ50eMVnM4=";
npmDepsHash = "sha256-vf9kTOx6HGaCP7vSYXQyVT+KedI2uj0HEeqd80Bz86o=";
nativeBuildInputs = with pkgs; [
pkg-config
python3
Expand Down
Loading

0 comments on commit d08eb60

Please sign in to comment.