From 2610d2c02af00190396e2fc57a9c4005dd56fe2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:02:02 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e20d7e8..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index caa9d98..04bbe0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/elixir-tools/tableau_new/compare/v1.5.1...v2.0.0) (2025-08-25) + + +### ⚠ BREAKING CHANGES + +* bun, esbuild ([#33](https://github.com/elixir-tools/tableau_new/issues/33)) + +### Features + +* bun, esbuild ([#33](https://github.com/elixir-tools/tableau_new/issues/33)) ([d075d4b](https://github.com/elixir-tools/tableau_new/commit/d075d4b592c9fa80bcbf903e3894411bc54b7d08)) + ## [1.5.1](https://github.com/elixir-tools/tableau_new/compare/v1.5.0...v1.5.1) (2025-07-05) diff --git a/mix.exs b/mix.exs index 7d1b76d..25e0339 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do [ app: :tableau_new, description: "Project generator for Tableau", - version: "1.5.1", + version: "2.0.0", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),