From 42b7eb4b6bbb11a2b625b515f905f440af628fd3 Mon Sep 17 00:00:00 2001 From: doorgan Date: Thu, 23 May 2024 21:58:53 -0300 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c76f0c0..c389f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.2.1 (2024-05-23) + +### 1. Bug fixes +- [Sourceror] Fixed line/column metadata for map literals. + ## v1.2.0 (2024-05-22) ### 1. Enhancements diff --git a/mix.exs b/mix.exs index d9bea90..8905b91 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Sourceror.MixProject do use Mix.Project @repo_url "https://github.com/doorgan/sourceror" - @version "1.2.0" + @version "1.2.1" def project do [