diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index f63c2630b3..05830dca7f 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.53...@thi.ng/csp@0.3.54) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/csp + ## [0.3.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.52...@thi.ng/csp@0.3.53) (2018-08-01) diff --git a/packages/csp/package.json b/packages/csp/package.json index 980f6b5072..58db97d3a2 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "0.3.53", + "version": "0.3.54", "description": "ES6 promise based CSP implementation", "main": "./index.js", "typings": "./index.d.ts", @@ -36,7 +36,7 @@ "@thi.ng/checks": "^1.5.7", "@thi.ng/dcons": "^1.0.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "async", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 0557f41f0b..28e58a8f4c 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.12...@thi.ng/hiccup-css@0.2.13) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/hiccup-css + ## [0.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.11...@thi.ng/hiccup-css@0.2.12) (2018-08-01) diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index eb7a3fe7ab..d3363026a6 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "0.2.12", + "version": "0.2.13", "description": "CSS from nested JS data structures", "main": "./index.js", "typings": "./index.d.ts", @@ -31,7 +31,7 @@ "@thi.ng/api": "^4.0.6", "@thi.ng/checks": "^1.5.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "clojure", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 7de56bd5db..6c11cd643f 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.0...@thi.ng/iges@0.2.1) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/iges + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.1.4...@thi.ng/iges@0.2.0) (2018-08-01) diff --git a/packages/iges/package.json b/packages/iges/package.json index bfa2e01c00..248cd67e45 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "0.2.0", + "version": "0.2.1", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "main": "./index.js", "typings": "./index.d.ts", @@ -30,7 +30,7 @@ "dependencies": { "@thi.ng/api": "^4.0.6", "@thi.ng/defmulti": "^0.3.7", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "CAD", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index e4dae9f758..32d9017683 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.2...@thi.ng/range-coder@0.1.3) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/range-coder + ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.1...@thi.ng/range-coder@0.1.2) (2018-08-01) diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 7f6cdff99a..5f126b326e 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/range-coder", - "version": "0.1.2", + "version": "0.1.3", "description": "Binary data range encoder / decoder", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/transducers": "^1.14.3", + "@thi.ng/transducers": "^1.15.0", "@types/mocha": "^5.2.5", "@types/node": "^10.5.5", "mocha": "^5.2.0", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index e3e63c619b..21313069fa 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.1.93](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.92...@thi.ng/rstream-csp@0.1.93) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream-csp + ## [0.1.92](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.91...@thi.ng/rstream-csp@0.1.92) (2018-08-01) diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 26da526c32..a4b0a8e3d6 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "0.1.92", + "version": "0.1.93", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.0.1" }, "dependencies": { - "@thi.ng/csp": "^0.3.53", - "@thi.ng/rstream": "^1.10.3" + "@thi.ng/csp": "^0.3.54", + "@thi.ng/rstream": "^1.10.4" }, "keywords": [ "bridge", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index e2e9ab76ae..ec2f8c42a7 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.2.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.31...@thi.ng/rstream-dot@0.2.32) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream-dot + ## [0.2.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.30...@thi.ng/rstream-dot@0.2.31) (2018-08-01) diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 3ddec2d23f..4086c8dfe2 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "0.2.31", + "version": "0.2.32", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.0.1" }, "dependencies": { - "@thi.ng/rstream": "^1.10.3" + "@thi.ng/rstream": "^1.10.4" }, "keywords": [ "conversion", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index fb14447c33..8bff45e9e9 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.4.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.12...@thi.ng/rstream-gestures@0.4.13) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream-gestures + ## [0.4.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.11...@thi.ng/rstream-gestures@0.4.12) (2018-08-01) diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index b1da60c36b..1abde661f8 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "0.4.12", + "version": "0.4.13", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "main": "./index.js", "typings": "./index.d.ts", @@ -29,8 +29,8 @@ }, "dependencies": { "@thi.ng/api": "^4.0.6", - "@thi.ng/rstream": "^1.10.3", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/rstream": "^1.10.4", + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "dataflow", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 34e409d0b5..04b93137d5 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.16...@thi.ng/rstream-graph@2.1.17) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream-graph + ## [2.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.15...@thi.ng/rstream-graph@2.1.16) (2018-08-01) diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index a671e84302..8ad12a5a6d 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "2.1.16", + "version": "2.1.17", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -33,8 +33,8 @@ "@thi.ng/errors": "^0.1.6", "@thi.ng/paths": "^1.5.2", "@thi.ng/resolve-map": "^3.0.7", - "@thi.ng/rstream": "^1.10.3", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/rstream": "^1.10.4", + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "compute", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 98127826b0..7ec9a7eab3 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.43...@thi.ng/rstream-log@1.0.44) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream-log + ## [1.0.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.42...@thi.ng/rstream-log@1.0.43) (2018-08-01) diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 32687a636a..889660250d 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "1.0.43", + "version": "1.0.44", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -31,8 +31,8 @@ "@thi.ng/api": "^4.0.6", "@thi.ng/checks": "^1.5.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/rstream": "^1.10.3", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/rstream": "^1.10.4", + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "ES6", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 012eadcaa5..13fdb322b9 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.30...@thi.ng/rstream-query@0.3.31) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream-query + ## [0.3.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.29...@thi.ng/rstream-query@0.3.30) (2018-08-01) diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 837215cc9e..afb86d7b02 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "0.3.30", + "version": "0.3.31", "description": "@thi.ng/rstream based triple store & reactive query engine", "main": "./index.js", "typings": "./index.d.ts", @@ -33,9 +33,9 @@ "@thi.ng/checks": "^1.5.7", "@thi.ng/equiv": "^0.1.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/rstream": "^1.10.3", - "@thi.ng/rstream-dot": "^0.2.31", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/rstream": "^1.10.4", + "@thi.ng/rstream-dot": "^0.2.32", + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "dataflow", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 0ef02d259a..ad263cb6d1 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.10.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.10.3...@thi.ng/rstream@1.10.4) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/rstream + ## [1.10.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.10.2...@thi.ng/rstream@1.10.3) (2018-08-01) diff --git a/packages/rstream/package.json b/packages/rstream/package.json index cc14dae8e1..4f232e069c 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "1.10.3", + "version": "1.10.4", "description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", "main": "./index.js", "typings": "./index.d.ts", @@ -34,7 +34,7 @@ "@thi.ng/checks": "^1.5.7", "@thi.ng/errors": "^0.1.6", "@thi.ng/paths": "^1.5.2", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "datastructure", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 29fec3cd9a..49cf57d607 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.11...@thi.ng/sax@0.3.12) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/sax + ## [0.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.10...@thi.ng/sax@0.3.11) (2018-08-01) diff --git a/packages/sax/package.json b/packages/sax/package.json index ec5feb2cd6..318d6e078b 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "0.3.11", + "version": "0.3.12", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "main": "./index.js", "typings": "./index.d.ts", @@ -29,8 +29,8 @@ }, "dependencies": { "@thi.ng/api": "^4.0.6", - "@thi.ng/transducers": "^1.14.3", - "@thi.ng/transducers-fsm": "^0.2.10" + "@thi.ng/transducers": "^1.15.0", + "@thi.ng/transducers-fsm": "^0.2.11" }, "keywords": [ "ES6", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index a8b01e01d5..b4b56ac9f8 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.10...@thi.ng/transducers-fsm@0.2.11) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/transducers-fsm + ## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.9...@thi.ng/transducers-fsm@0.2.10) (2018-08-01) diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index ad6b02ae36..3c2859c17a 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "0.2.10", + "version": "0.2.11", "description": "Transducer-based Finite State Machine transformer", "main": "./index.js", "typings": "./index.d.ts", @@ -29,7 +29,7 @@ }, "dependencies": { "@thi.ng/api": "^4.0.6", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "ES6", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 137edf7a78..812eeb684c 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@0.1.0...@thi.ng/transducers-hdom@0.1.1) (2018-08-02) + + +### Bug Fixes + +* **transducers-hdom:** support hdom user context ([949a5d4](https://github.com/thi-ng/umbrella/commit/949a5d4)) + + + + # 0.1.0 (2018-08-02) diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 6ff7dcae8a..07ad1bdd46 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "0.1.0", + "version": "0.1.1", "description": "Transducer based UI updater for @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -30,7 +30,7 @@ "dependencies": { "@thi.ng/checks": "^1.5.7", "@thi.ng/hdom": "^3.0.32", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "diff", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index e20c24b6bd..5b969ac598 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@0.3.2...@thi.ng/transducers-stats@0.3.3) (2018-08-02) + + + + +**Note:** Version bump only for package @thi.ng/transducers-stats + ## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@0.3.1...@thi.ng/transducers-stats@0.3.2) (2018-08-01) diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 87de325872..661842c8df 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "0.3.2", + "version": "0.3.3", "description": "Transducers for statistical / technical analysis", "main": "./index.js", "typings": "./index.d.ts", @@ -30,7 +30,7 @@ "dependencies": { "@thi.ng/dcons": "^1.0.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/transducers": "^1.14.3" + "@thi.ng/transducers": "^1.15.0" }, "keywords": [ "ES6", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index d77ae1dcca..1e6af91295 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.15.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.14.3...@thi.ng/transducers@1.15.0) (2018-08-02) + + +### Features + +* **transducers:** add peek() helper fn ([e50fd10](https://github.com/thi-ng/umbrella/commit/e50fd10)) + + + + ## [1.14.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.14.2...@thi.ng/transducers@1.14.3) (2018-08-01) diff --git a/packages/transducers/package.json b/packages/transducers/package.json index add7bea05b..18b0c4842b 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "1.14.3", + "version": "1.15.0", "description": "Lightweight transducer implementations for ES6 / TypeScript", "main": "./index.js", "typings": "./index.d.ts",