Skip to content

Commit

Permalink
Prepare v2.2.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed Nov 24, 2022
1 parent 423cd4a commit 384fafe
Show file tree
Hide file tree
Showing 7 changed files with 10,402 additions and 1,148 deletions.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## 2.2.1 - Nov 23 2022

- Bugfix: number tags `<add>`, `<sub>`, `<mult>` or `<div>` were not
working on new variables (returning an error like "could not 'add'
non-numeric user variable" because the variable was 'undefined').
This is now fixed and undefined variables evaluate as zero to be
modified by these tags.

## 2.2.0 - Oct 1 2021

This release includes various bugfixes and features from the GitHub
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ purpose, I have a Makefile.
* `make test` - runs `nodeunit` on the ES2015+ test sources directly without
building them as `npm run test` would.

### Error "digital envelope routines::unsupported"

I ran into this on Fedora 37/node 18.7.0; the answer from https://github.com/webpack/webpack/issues/14532 is to:

```bash
export NODE_OPTIONS=--openssl-legacy-provider
```

## PUBLISHING

Steps for the npm maintainer of this module:
Expand Down
Loading

0 comments on commit 384fafe

Please sign in to comment.