Skip to content

Commit

Permalink
chore(release): release for 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 29, 2024
1 parent f042448 commit 467fb11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.1 (2024-03-29)

## Bug Fixes

- prepare_release update-year spelling ([40d1b8f](commit/40d1b8f))

# 2.1.0 (2024-03-29)

## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ your project's own dependecies. Constrain it to a specific version to limit
supply-chain exploits.

```sh
$ pub global activate release_tools 2.1.0
$ pub global activate release_tools 2.1.1
```

## Scripts
Expand Down
2 changes: 1 addition & 1 deletion lib/release_tools_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const releaseToolsVersion = '2.1.0';
const releaseToolsVersion = '2.1.1';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release_tools
description: A collection of scripts to help with creating releases and publishing libraries.
version: 2.1.0
version: 2.1.1
homepage: https://github.com/asartalo/release_tools

environment:
Expand Down

0 comments on commit 467fb11

Please sign in to comment.