From 49876db8e5feff4ce129cb3e7285d79fe54bf9ed Mon Sep 17 00:00:00 2001 From: soumyamahunt Date: Sat, 12 Mar 2022 06:22:10 +0000 Subject: [PATCH] chore(CHANGELOG): update for v0.5.2 --- CHANGELOG.md | 13 +++++++++++++ lib/cocoapods-embed-flutter/gem_version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67a2b5..76c50c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### [0.5.2](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.1...v0.5.2) (2022-03-12) + + +### 📚 Documentation + +* add helpful links and badges ([4ab6983](https://github.com/DartBuild/cocoapods-embed-flutter/commit/4ab69837d5057a0049e1533a00c6209556aec5b0)) + + +### 💡 Continuous Integration + +* **Deps:** bump actions/checkout from 2 to 3 ([#2](https://github.com/DartBuild/cocoapods-embed-flutter/issues/2)) ([3d1ca07](https://github.com/DartBuild/cocoapods-embed-flutter/commit/3d1ca0732a87e04561bc68ba1bbfc337173cd783)) +* **Deps:** bump actions/setup-node from 2 to 3 ([#3](https://github.com/DartBuild/cocoapods-embed-flutter/issues/3)) ([efd8f1a](https://github.com/DartBuild/cocoapods-embed-flutter/commit/efd8f1a82ce8ca6cd12adc1e5ca943a316a44b03)) + ### [0.5.1](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.0...v0.5.1) (2022-03-11) diff --git a/lib/cocoapods-embed-flutter/gem_version.rb b/lib/cocoapods-embed-flutter/gem_version.rb index aad64ad..49b8796 100644 --- a/lib/cocoapods-embed-flutter/gem_version.rb +++ b/lib/cocoapods-embed-flutter/gem_version.rb @@ -4,5 +4,5 @@ module CocoapodsEmbedFlutter # The version of the cocoapods-embed-flutter. # - VERSION = '0.5.1'.freeze + VERSION = '0.5.2'.freeze end