From 9e5826c0bdbad363b3304913ec694de268bdb769 Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Thu, 13 Oct 2022 17:57:12 +0800 Subject: [PATCH] chore: release 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c491f..417697a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2b37dd0..5337ccb 100644 --- a/package.json +++ b/package.json @@ -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",