From be571a898f1a1bc5e3cb5933566d71c3a19ad700 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Jan 2021 22:21:14 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/line-o/xbow/compare/v1.0.0...v2.0.0) (2021-01-17) ### Bug Fixes * **xbow:** categorize[#3](https://github.com/line-o/xbow/issues/3) return type is array ([34f81a3](https://github.com/line-o/xbow/commit/34f81a3e7c584cdc2ca2ee78e6c50c7fc9ed7251)) ### Code Refactoring * rename map-reverse to map-flip ([f4660b2](https://github.com/line-o/xbow/commit/f4660b23b0cc2698203aa9b314d79dfc39d0390e)) ### Features * **xbow:** add xbow:last ([ce76ab9](https://github.com/line-o/xbow/commit/ce76ab9a1b466fa6ed8e7098efea65284e6734ef)) ### BREAKING CHANGES * `xbow:map-reverse` is now `xbow:map-flip` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8161c35..2469f75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xbow", - "version": "1.0.0", + "version": "2.0.0", "description": "Shoot arrow (expressions) fast and comfortably", "homepage": "https://github.com/line-o/xbow#readme", "bugs": "https://github.com/line-o/xbow/issues",