Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Oct 13, 2022
1 parent 9170203 commit 9e5826c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0](https://www.github.com/keq-request/handlebars-ramda-helpers/compare/v1.1.1...v1.2.0) (2022-10-13)


### Features

* add R.flatten function ([f5e5882](https://www.github.com/keq-request/handlebars-ramda-helpers/commit/f5e588236797ebff6ed070640a75856bd25089b2))


### Bug Fixes

* r__replaced should be named r__replace ([9170203](https://www.github.com/keq-request/handlebars-ramda-helpers/commit/91702036721a53ecc619c195e15af7af357aabee))

### [1.1.1](https://www.github.com/keq-request/handlebars-ramda-helpers/compare/v1.1.0...v1.1.1) (2022-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "es/src/index.js",
"types": "lib/src/index.d.ts",
"description": "Provide powerful data processing capabilities for handlebars, by adding the ramda function as helpers.",
"version": "1.1.1",
"version": "1.2.0",
"keywords": [
"handlebars",
"hbs",
Expand Down

0 comments on commit 9e5826c

Please sign in to comment.