Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobranco committed Feb 17, 2020
1 parent 65b8c21 commit b179586
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## [2.0.0](https://github.com/uphold/anonymizer/releases/tag/v2.0.0) (2020-02-17)
- Add version and release scripts [\#25](https://github.com/uphold/anonymizer/pull/25) ([pedrobranco](https://github.com/pedrobranco))
- Add changelog script [\#24](https://github.com/uphold/anonymizer/pull/24) ([pedrobranco](https://github.com/pedrobranco))
- Handle Buffer obfuscation [\#23](https://github.com/uphold/anonymizer/pull/23) ([pedrobranco](https://github.com/pedrobranco))
- Add lint script and apply lint fixes to codebase [\#19](https://github.com/uphold/anonymizer/pull/19) ([waldyrious](https://github.com/waldyrious))
- Add uphold-scripts [\#17](https://github.com/uphold/anonymizer/pull/17) ([waldyrious](https://github.com/waldyrious))
- Update . notation [\#16](https://github.com/uphold/anonymizer/pull/16) ([Americas](https://github.com/Americas))
- Update package.json [\#15](https://github.com/uphold/anonymizer/pull/15) ([waldyrious](https://github.com/waldyrious))
- Update README [\#13](https://github.com/uphold/anonymizer/pull/13) ([fixe](https://github.com/fixe))
- Update dependencies [\#12](https://github.com/uphold/anonymizer/pull/12) ([fixe](https://github.com/fixe))
- Update license [\#11](https://github.com/uphold/anonymizer/pull/11) ([fixe](https://github.com/fixe))
- Update version to 1.1.1 [\#10](https://github.com/uphold/anonymizer/pull/10) ([fixe](https://github.com/fixe))

## [1.1.1](https://github.com/uphold/anonymizer/releases/tag/v1.1.1) (2019-08-20)
- Fix asterisk regular expression matching [\#8](https://github.com/uphold/anonymizer/pull/8) ([fixe](https://github.com/fixe))

## [1.1.0](https://github.com/uphold/anonymizer/releases/tag/v1.1.0) (2019-08-12)

## [1.0.3](https://github.com/uphold/anonymizer/releases/tag/v1.0.3) (2019-08-12)
- Add support for circular references [\#7](https://github.com/uphold/anonymizer/pull/7) ([fixe](https://github.com/fixe))

## [1.0.2](https://github.com/uphold/anonymizer/releases/tag/v1.0.2) (2019-08-12)

## [1.0.1](https://github.com/uphold/anonymizer/releases/tag/v1.0.1) (2019-08-08)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/anonymizer",
"version": "1.1.1",
"version": "2.0.0",
"description": "Object redaction with whitelist as main feature.",
"homepage": "https://github.com/uphold/anonymizer#readme",
"bugs": {
Expand Down

0 comments on commit b179586

Please sign in to comment.