Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Feb 9, 2022
1 parent da7921b commit 7cff994
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
37 changes: 34 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,41 @@
# Changelog
# [2.0.0](https://github.com/JaKXz/xor-js/compare/v1.0.5...v2.0.0) (2022-02-09)

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.5](https://github.com/JaKXz/xor-js/compare/v1.0.4...v1.0.5) (2020-07-18)
### Features

* move to ESM & uvu testing ([da7921b](https://github.com/JaKXz/xor-js/commit/da7921b6bbed532bbf3214a748e61d21949d8ccc))



## [1.0.5](https://github.com/JaKXz/xor-js/compare/v1.0.4...v1.0.5) (2020-07-18)



## [1.0.4](https://github.com/JaKXz/xor-js/compare/v1.0.2...v1.0.4) (2019-12-11)


### Bug Fixes

* correctly count undefined and null args ([3c91abc](https://github.com/JaKXz/xor-js/commit/3c91abc8c1e95abda747b2454a1d27997536f940))
* incorrect logic, add test groups ([f32af1c](https://github.com/JaKXz/xor-js/commit/f32af1ce342ee30fd670c814c0e8ca9bcf36f232))



## [1.0.2](https://github.com/JaKXz/xor-js/compare/v1.0.1...v1.0.2) (2018-08-29)



## [1.0.1](https://github.com/JaKXz/xor-js/compare/78f3bfba37b80e51577da4e10f14caf94ea9a968...v1.0.1) (2018-08-23)


### Bug Fixes

* **package:** only ship index.js ([3b0bc9b](https://github.com/JaKXz/xor-js/commit/3b0bc9b399618333cf2bc67228b696ef5f8f6003))


### Features

* initial commit! ([78f3bfb](https://github.com/JaKXz/xor-js/commit/78f3bfba37b80e51577da4e10f14caf94ea9a968)), closes [/codereview.stackexchange.com/questions/199853/function-to-test-if-exactly-one-of-three-parameters-is-truthy-without-using-equ/199864#199864](https://github.com//codereview.stackexchange.com/questions/199853/function-to-test-if-exactly-one-of-three-parameters-is-truthy-without-using-equ/199864/issues/199864)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xor-js",
"version": "1.0.5",
"version": "2.0.0",
"description": "Basic XOR in JS",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 7cff994

Please sign in to comment.