Skip to content

Commit

Permalink
Merge pull request #6 from limbo-works/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--nuxt-core

chore(main): release 2.3.0
  • Loading branch information
SEMilfred authored Feb 5, 2024
2 parents e420343 + ebbd0a4 commit b73b3f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/limbo-works/Limbo.Nuxt.Core/compare/v2.2.2...v2.3.0) (2024-02-05)


### Features

* various ID generation utilities ([dd233b6](https://github.com/limbo-works/Limbo.Nuxt.Core/commit/dd233b6c3a80275fd9fffa6b958ab7b0bf8fce77))


### Bug Fixes

* return value directly for ids ([e420343](https://github.com/limbo-works/Limbo.Nuxt.Core/commit/e42034364dacf88037e640e265e8775254bb6ce0))

## [2.2.2](https://github.com/limbo-works/Limbo.Nuxt.Core/compare/v2.2.1...v2.2.2) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@limbo-works/nuxt-core",
"type": "module",
"version": "2.2.2",
"version": "2.3.0",
"main": "./nuxt.config.js",
"scripts": {
"dev": "nuxi prepare & nuxi dev .playground",
Expand Down

0 comments on commit b73b3f8

Please sign in to comment.