Skip to content

Commit

Permalink
chore(release): 1.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.8](v1.2.7...v1.2.8) (2024-08-31)

### Bug Fixes

* **deps:** update dependency org.clojure:tools.macro to v0.2.1 ([ac57da4](ac57da4))
  • Loading branch information
semantic-release-bot committed Aug 31, 2024
1 parent ac57da4 commit 30728f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.8](https://github.com/NoxHarmonium/nanoweave/compare/v1.2.7...v1.2.8) (2024-08-31)


### Bug Fixes

* **deps:** update dependency org.clojure:tools.macro to v0.2.1 ([ac57da4](https://github.com/NoxHarmonium/nanoweave/commit/ac57da4a4acb2f925b9d01970f51420f48b78d6d))

## [1.2.7](https://github.com/NoxHarmonium/nanoweave/compare/v1.2.6...v1.2.7) (2024-08-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoweave",
"version": "1.2.7",
"version": "1.2.8",
"description": "A data transformation tool",
"repository": "git@github.com:NoxHarmonium/nanoweave.git",
"author": "Sean Dawson <contact@seandawson.info>",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nanoweave "1.2.7"
(defproject nanoweave "1.2.8"
:description "A data transformation tool"
:url "http://github.com/noxharmonium/nanoweave"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 30728f5

Please sign in to comment.