Starcounter-Jack / JSON-Patch

Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.
MIT License
1.78k stars 215 forks source link

Release 3.1.1 request based on PR merged of #262 #290

Closed adaniels-parabol closed 2 years ago

adaniels-parabol commented 2 years ago

@Starcounter-Jack @alromh87 Could you release for https://github.com/Starcounter-Jack/JSON-Patch as https://github.com/Starcounter-Jack/JSON-Patch/pull/262 was merged in on Aug 13, 2021 which was two commits after 3.1.0 was released. Could you release 3.1.1

alromh87 commented 2 years ago

Hello @adaniels-parabol im afraid im not the right person to make a Release on JSON-Patch since I created the patch as external contributor, you can clone master and then run npm run-script build then you wild find the js on bin directory.

I mergen v3.1.0 with the patch @ https://github.com/alromh87/JSON-Patch/tree/v3.1.0FixPrototypePollution in case you want that

Starcounter-Jack commented 2 years ago

Done. Sorry for the delay.